You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
59 lines
1.6 KiB
{
|
|
"_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": "range",
|
|
"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",
|
|
"_shasum": "734fd84e65f375d7ca4465c69798c25c9d10ae27",
|
|
"_spec": "reduce-flatten@^2.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\wordwrapjs",
|
|
"author": {
|
|
"name": "Lloyd Brookes",
|
|
"email": "75pound@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/75lb/reduce-flatten/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|
|
|