67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"_from": "listify@^1.0.0",
|
|
"_id": "listify@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-A8p7otFQ1CZ3c/dOV1WNEFPSvuM=",
|
|
"_location": "/listify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "listify@^1.0.0",
|
|
"name": "listify",
|
|
"escapedName": "listify",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings",
|
|
"/typings-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/listify/-/listify-1.0.0.tgz",
|
|
"_shasum": "03ca7ba2d150d4267773f74e57558d1053d2bee3",
|
|
"_spec": "listify@^1.0.0",
|
|
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings",
|
|
"author": {
|
|
"name": "Jordan Harband"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/listify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Turn an array into a list of comma-separated values, appropriate for use in an English sentence.",
|
|
"devDependencies": {
|
|
"covert": "~1.0.0",
|
|
"tape": "~2.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"homepage": "https://github.com/ljharb/listify#readme",
|
|
"keywords": [
|
|
"list",
|
|
"listify",
|
|
"array",
|
|
"comma",
|
|
"comma-separated",
|
|
"csv",
|
|
"oxford comma"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "listify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ljharb/listify.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "covert test.js",
|
|
"coverage-quiet": "covert test.js --quiet",
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|