Files
homepage/node_modules/array-back/package.json

67 lines
1.8 KiB
JSON

{
"_from": "array-back@^2.0.0",
"_id": "array-back@2.0.0",
"_inBundle": false,
"_integrity": "sha512-eJv4pLLufP3g5kcZry0j6WXpIbzYw9GUB4mVJZno9wfwiBxbizTnHCw3VJb07cBihbFX48Y7oSrW9y+gt4glyw==",
"_location": "/array-back",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-back@^2.0.0",
"name": "array-back",
"escapedName": "array-back",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/command-line-args"
],
"_resolved": "https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz",
"_shasum": "6877471d51ecc9c9bfa6136fb6c7d5fe69748022",
"_spec": "array-back@^2.0.0",
"_where": "/home/wn/workspace-node/homepage/node_modules/command-line-args",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/array-back/issues"
},
"bundleDependencies": false,
"dependencies": {
"typical": "^2.6.1"
},
"deprecated": false,
"description": "Guarantees an array back",
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.4.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/75lb/array-back#readme",
"keywords": [
"to",
"convert",
"return",
"array",
"arrayify"
],
"license": "MIT",
"name": "array-back",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/array-back.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls; echo",
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"test": "test-runner test.js"
},
"version": "2.0.0"
}