Skip to content

Commit f2ec2ef

Browse files
wraithgarnlf
authored andcommitted
1 parent 915dda7 commit f2ec2ef

File tree

25 files changed

+177
-175
lines changed

25 files changed

+177
-175
lines changed

node_modules/init-package-json/node_modules/read-package-json/package.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

node_modules/init-package-json/node_modules/read-package-json/LICENSE renamed to node_modules/pacote/node_modules/read-package-json/LICENSE

File renamed without changes.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "read-package-json",
3+
"version": "4.1.2",
4+
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
5+
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/npm/read-package-json.git"
9+
},
10+
"main": "read-json.js",
11+
"scripts": {
12+
"prerelease": "npm t",
13+
"postrelease": "npm publish && git push --follow-tags",
14+
"release": "standard-version -s",
15+
"test": "tap --nyc-arg=--all --coverage test/*.js",
16+
"npmclilint": "npmcli-lint",
17+
"lint": "npm run npmclilint -- --ignore-pattern test/fixtures \"*.*js\" \"test/**/*.*js\"",
18+
"lintfix": "npm run lint -- --fix",
19+
"posttest": "npm run lint --",
20+
"postsnap": "npm run lintfix --"
21+
},
22+
"dependencies": {
23+
"glob": "^7.1.1",
24+
"json-parse-even-better-errors": "^2.3.0",
25+
"normalize-package-data": "^3.0.0",
26+
"npm-normalize-package-bin": "^1.0.0"
27+
},
28+
"devDependencies": {
29+
"@npmcli/lint": "^1.0.2",
30+
"standard-version": "^9.3.1",
31+
"tap": "^15.0.9"
32+
},
33+
"license": "ISC",
34+
"files": [
35+
"read-json.js"
36+
],
37+
"engines": {
38+
"node": ">=10"
39+
},
40+
"tap": {
41+
"branches": 68,
42+
"functions": 83,
43+
"lines": 76,
44+
"statements": 77
45+
}
46+
}
File renamed without changes.

node_modules/init-package-json/node_modules/read-package-json/lib/read-json.js renamed to node_modules/read-package-json/lib/read-json.js

File renamed without changes.

node_modules/init-package-json/node_modules/hosted-git-info/LICENSE renamed to node_modules/read-package-json/node_modules/hosted-git-info/LICENSE

File renamed without changes.

node_modules/init-package-json/node_modules/hosted-git-info/lib/git-host-info.js renamed to node_modules/read-package-json/node_modules/hosted-git-info/lib/git-host-info.js

File renamed without changes.

node_modules/init-package-json/node_modules/hosted-git-info/lib/git-host.js renamed to node_modules/read-package-json/node_modules/hosted-git-info/lib/git-host.js

File renamed without changes.

node_modules/init-package-json/node_modules/hosted-git-info/lib/index.js renamed to node_modules/read-package-json/node_modules/hosted-git-info/lib/index.js

File renamed without changes.

node_modules/init-package-json/node_modules/hosted-git-info/package.json renamed to node_modules/read-package-json/node_modules/hosted-git-info/package.json

File renamed without changes.

0 commit comments

Comments
 (0)