81 lines
1.9 KiB
JSON
Executable File
81 lines
1.9 KiB
JSON
Executable File
{
|
|
"_args": [
|
|
[
|
|
"arr-flatten@1.0.1",
|
|
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "arr-flatten@1.0.1",
|
|
"_id": "arr-flatten@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-5f/lTUXhnzLyFukeuZyM6JK7YEs=",
|
|
"_location": "/arr-flatten",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "arr-flatten@1.0.1",
|
|
"name": "arr-flatten",
|
|
"escapedName": "arr-flatten",
|
|
"rawSpec": "1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/arr-diff"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/arr-flatten/issues"
|
|
},
|
|
"description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
|
|
"devDependencies": {
|
|
"array-flatten": "^1.0.2",
|
|
"array-slice": "^0.2.2",
|
|
"benchmarked": "^0.1.3",
|
|
"chalk": "^0.5.1",
|
|
"glob": "^4.3.5",
|
|
"kind-of": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/arr-flatten",
|
|
"keywords": [
|
|
"arr",
|
|
"array",
|
|
"elements",
|
|
"flat",
|
|
"flatten",
|
|
"nested",
|
|
"recurse",
|
|
"recursive",
|
|
"recursively"
|
|
],
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/arr-flatten/blob/master/LICENSE"
|
|
},
|
|
"main": "index.js",
|
|
"name": "arr-flatten",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/arr-flatten.git"
|
|
},
|
|
"scripts": {
|
|
"benchmarks": "node benchmark",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|