Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강희주
/
Music_Recommendation_Website
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
진재영
2022-06-08 23:27:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2381dd11e39b04bad8839103f8cc6da777545f14
2381dd11
1 parent
7754dc9f
node_modules updated
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
0 deletions
node_modules/.package-lock.json
node_modules/fs/README.md
node_modules/fs/package.json
node_modules/.package-lock.json
View file @
2381dd1
...
...
@@ -445,6 +445,11 @@
"node"
:
">= 0.12"
}
},
"node_modules/fs"
:
{
"version"
:
"0.0.1-security"
,
"resolved"
:
"https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz"
,
"integrity"
:
"sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"node_modules/getpass"
:
{
"version"
:
"0.1.7"
,
"resolved"
:
"https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"
,
...
...
node_modules/fs/README.md
0 → 100644
View file @
2381dd1
# Security holding package
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.
You may adopt this package by contacting support@npmjs.com and
requesting the name.
node_modules/fs/package.json
0 → 100644
View file @
2381dd1
{
"name"
:
"fs"
,
"version"
:
"0.0.1-security"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git+https://github.com/npm/security-holder.git"
},
"keywords"
:
[],
"author"
:
""
,
"license"
:
"ISC"
,
"bugs"
:
{
"url"
:
"https://github.com/npm/security-holder/issues"
},
"homepage"
:
"https://github.com/npm/security-holder#readme"
}
Please
register
or
login
to post a comment