spaceout/front_end/node_modules/reduce-flatten/package.json
2020-12-12 10:25:30 -05:00

64 lines
1.6 KiB
JSON

{
"_args": [
[
"reduce-flatten@2.0.0",
"/home/chinmay/Desktop/HackTJ2020/frontend"
]
],
"_development": true,
"_from": "reduce-flatten@2.0.0",
"_id": "reduce-flatten@2.0.0",
"_inBundle": false,
"_integrity": "sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==",
"_location": "/reduce-flatten",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "reduce-flatten@2.0.0",
"name": "reduce-flatten",
"escapedName": "reduce-flatten",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/wordwrapjs"
],
"_resolved": "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/reduce-flatten/issues"
},
"description": "Flatten an array into the supplied array.",
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "^0.5.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/75lb/reduce-flatten#readme",
"keywords": [
"array",
"reduce",
"flatten"
],
"license": "MIT",
"name": "reduce-flatten",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/reduce-flatten.git"
},
"scripts": {
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"test": "test-runner test.js"
},
"version": "2.0.0"
}