package.json
1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"_args": [
[
"flatten@1.0.2",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "flatten@1.0.2",
"_id": "flatten@1.0.2",
"_inBundle": false,
"_integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=",
"_location": "/flatten",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "flatten@1.0.2",
"name": "flatten",
"escapedName": "flatten",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/postcss-selector-parser"
],
"_resolved": "http://registry.npm.taobao.org/flatten/download/flatten-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Joshua Holbrook",
"email": "josh.holbrook@gmail.com",
"url": "http://jesusabdullah.net"
},
"bugs": {
"url": "https://github.com/jesusabdullah/node-flatten/issues"
},
"dependencies": {},
"description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
"devDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/jesusabdullah/node-flatten#readme",
"license": "MIT",
"main": "./index.js",
"name": "flatten",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jesusabdullah/node-flatten.git"
},
"scripts": {
"test": "node ./test.js"
},
"version": "1.0.2"
}