package.json
2.52 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"_args": [
[
{
"raw": "node-dir@^0.1.10",
"scope": null,
"escapedName": "node-dir",
"name": "node-dir",
"rawSpec": "^0.1.10",
"spec": ">=0.1.10 <0.2.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/copy-webpack-plugin"
]
],
"_from": "node-dir@>=0.1.10 <0.2.0",
"_id": "node-dir@0.1.16",
"_inCache": true,
"_location": "/node-dir",
"_nodeVersion": "0.12.2",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/node-dir-0.1.16.tgz_1471131931669_0.4951541090849787"
},
"_npmUser": {
"name": "fshost",
"email": "fshost@yahoo.com"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"raw": "node-dir@^0.1.10",
"scope": null,
"escapedName": "node-dir",
"name": "node-dir",
"rawSpec": "^0.1.10",
"spec": ">=0.1.10 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/copy-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.16.tgz",
"_shasum": "d2ef583aa50b90d93db8cdd26fcea58353957fe4",
"_shrinkwrap": null,
"_spec": "node-dir@^0.1.10",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/copy-webpack-plugin",
"author": {
"name": "Nathan Cartwright",
"email": "fshost@yahoo.com",
"url": "https://github.com/fshost"
},
"bugs": {
"url": "https://github.com/fshost/node-dir/issues"
},
"dependencies": {
"minimatch": "^3.0.2"
},
"description": "asynchronous file and directory operations for Node.js",
"devDependencies": {
"mocha": "~1.13.0",
"should": "~2.0.2"
},
"directories": {
"lib": "lib"
},
"dist": {
"shasum": "d2ef583aa50b90d93db8cdd26fcea58353957fe4",
"tarball": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.16.tgz"
},
"engines": {
"node": ">= 0.10.5"
},
"gitHead": "03510a2089a385b8161d9f480c702811241bbfa2",
"homepage": "https://github.com/fshost",
"keywords": [
"node-dir",
"directory",
"dir",
"subdir",
"file",
"asynchronous",
"Node.js",
"fs"
],
"license": "MIT",
"main": "index",
"maintainers": [
{
"name": "fshost",
"email": "fshost@yahoo.com"
}
],
"name": "node-dir",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/fshost/node-dir.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.1.16"
}