Showing
3 changed files
with
34 additions
and
0 deletions
... | @@ -445,6 +445,11 @@ | ... | @@ -445,6 +445,11 @@ |
445 | "node": ">= 0.12" | 445 | "node": ">= 0.12" |
446 | } | 446 | } |
447 | }, | 447 | }, |
448 | + "node_modules/fs": { | ||
449 | + "version": "0.0.1-security", | ||
450 | + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", | ||
451 | + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" | ||
452 | + }, | ||
448 | "node_modules/getpass": { | 453 | "node_modules/getpass": { |
449 | "version": "0.1.7", | 454 | "version": "0.1.7", |
450 | "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", | 455 | "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", | ... | ... |
node_modules/fs/README.md
0 → 100644
1 | +# Security holding package | ||
2 | + | ||
3 | +This package name is not currently in use, but was formerly occupied | ||
4 | +by another package. To avoid malicious use, npm is hanging on to the | ||
5 | +package name, but loosely, and we'll probably give it to you if you | ||
6 | +want it. | ||
7 | + | ||
8 | +You may adopt this package by contacting support@npmjs.com and | ||
9 | +requesting the name. |
node_modules/fs/package.json
0 → 100644
1 | +{ | ||
2 | + "name": "fs", | ||
3 | + "version": "0.0.1-security", | ||
4 | + "description": "", | ||
5 | + "main": "index.js", | ||
6 | + "scripts": { | ||
7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
8 | + }, | ||
9 | + "repository": { | ||
10 | + "type": "git", | ||
11 | + "url": "git+https://github.com/npm/security-holder.git" | ||
12 | + }, | ||
13 | + "keywords": [], | ||
14 | + "author": "", | ||
15 | + "license": "ISC", | ||
16 | + "bugs": { | ||
17 | + "url": "https://github.com/npm/security-holder/issues" | ||
18 | + }, | ||
19 | + "homepage": "https://github.com/npm/security-holder#readme" | ||
20 | +} |
-
Please register or login to post a comment