-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
69 lines (69 loc) · 1.81 KB
/
package.json
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
{
"_args": [
[
"fs",
"/mnt/c/Users/danyelf/git/makingdatavisual.github.io"
]
],
"_from": "fs@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/fs",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "[email protected]",
"name": "ehsalazar"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"name": "fs",
"raw": "fs",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"_shasum": "8a7bd37186b6dddf3813f23858b57ecaaf5e41d4",
"_shrinkwrap": null,
"_spec": "fs",
"_where": "/mnt/c/Users/danyelf/git/makingdatavisual.github.io",
"author": "",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"dependencies": {},
"description": "This package name is not currently in use, but was formerly occupied by another package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "8a7bd37186b6dddf3813f23858b57ecaaf5e41d4",
"tarball": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz"
},
"homepage": "https://github.com/npm/security-holder#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "ehsalazar",
"email": "[email protected]"
}
],
"name": "fs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1-security"
}