Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50655 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "[email protected]",
6
"scope": null,
7
"escapedName": "array-flatten",
8
"name": "array-flatten",
9
"rawSpec": "1.1.1",
10
"spec": "1.1.1",
11
"type": "version"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express"
14
]
15
],
16
"_from": "[email protected]",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/array-flatten",
21
"_nodeVersion": "2.3.3",
22
"_npmUser": {
23
"name": "blakeembrey",
24
"email": "[email protected]"
25
},
26
"_npmVersion": "2.11.3",
27
"_phantomChildren": {},
28
"_requested": {
29
"raw": "[email protected]",
30
"scope": null,
31
"escapedName": "array-flatten",
32
"name": "array-flatten",
33
"rawSpec": "1.1.1",
34
"spec": "1.1.1",
35
"type": "version"
36
},
37
"_requiredBy": [
38
"/express"
39
],
40
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
41
"_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
42
"_shrinkwrap": null,
43
"_spec": "[email protected]",
44
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/express",
45
"author": {
46
"name": "Blake Embrey",
47
"email": "[email protected]",
48
"url": "http://blakeembrey.me"
49
},
50
"bugs": {
51
"url": "https://github.com/blakeembrey/array-flatten/issues"
52
},
53
"dependencies": {},
54
"description": "Flatten an array of nested arrays into a single flat array",
55
"devDependencies": {
56
"istanbul": "^0.3.13",
57
"mocha": "^2.2.4",
58
"pre-commit": "^1.0.7",
59
"standard": "^3.7.3"
60
},
61
"directories": {},
62
"dist": {
63
"shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
64
"tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
65
},
66
"files": [
67
"array-flatten.js",
68
"LICENSE"
69
],
70
"gitHead": "1963a9189229d408e1e8f585a00c8be9edbd1803",
71
"homepage": "https://github.com/blakeembrey/array-flatten",
72
"keywords": [
73
"array",
74
"flatten",
75
"arguments",
76
"depth"
77
],
78
"license": "MIT",
79
"main": "array-flatten.js",
80
"maintainers": [
81
{
82
"name": "blakeembrey",
83
"email": "[email protected]"
84
}
85
],
86
"name": "array-flatten",
87
"optionalDependencies": {},
88
"readme": "ERROR: No README data found!",
89
"repository": {
90
"type": "git",
91
"url": "git://github.com/blakeembrey/array-flatten.git"
92
},
93
"scripts": {
94
"test": "istanbul cover _mocha -- -R spec"
95
},
96
"version": "1.1.1"
97
}
98
99