Bones/node_modules/listify/package.json

87 lines
2.0 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"listify@^1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings"
]
],
"_from": "listify@>=1.0.0-0 <2.0.0-0",
"_id": "listify@1.0.0",
"_inCache": true,
"_location": "/listify",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"name": "listify",
"raw": "listify@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/typings"
],
"_resolved": "https://registry.npmjs.org/listify/-/listify-1.0.0.tgz",
"_shasum": "03ca7ba2d150d4267773f74e57558d1053d2bee3",
"_shrinkwrap": null,
"_spec": "listify@^1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/listify/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "03ca7ba2d150d4267773f74e57558d1053d2bee3",
"tarball": "https://registry.npmjs.org/listify/-/listify-1.0.0.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "1c7ddcc72ea3aadfae8d4b0d0c50cf8bb7df07a9",
"homepage": "https://github.com/ljharb/listify",
"installable": true,
"keywords": [
"array",
"comma",
"comma-separated",
"csv",
"list",
"listify",
"oxford comma"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "listify",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/ljharb/listify"
},
"scripts": {
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"test": "node test.js"
},
"version": "1.0.0"
}