forked from npm/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e2d6b4
commit e401a81
Showing
14 changed files
with
106 additions
and
328 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "npm-bundled", | ||
"version": "1.1.2", | ||
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/npm/npm-bundled.git" | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"mkdirp": "^0.5.1", | ||
"mutate-fs": "^1.1.0", | ||
"rimraf": "^2.6.1", | ||
"tap": "^12.0.1" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js -J --100", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"npm-normalize-package-bin": "^1.0.1" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 10 additions & 16 deletions
26
...ist/node_modules/npm-bundled/package.json → ...es/npm-normalize-package-bin/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,47 @@ | ||
{ | ||
"name": "npm-bundled", | ||
"version": "1.1.2", | ||
"version": "2.0.1", | ||
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/npm/npm-bundled.git" | ||
"url": "https://github.com/npm/npm-bundled.git" | ||
}, | ||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"mkdirp": "^0.5.1", | ||
"mutate-fs": "^1.1.0", | ||
"rimraf": "^2.6.1", | ||
"tap": "^12.0.1" | ||
"@npmcli/eslint-config": "^3.1.0", | ||
"@npmcli/template-oss": "3.5.0", | ||
"mkdirp": "^1.0.4", | ||
"mutate-fs": "^2.1.1", | ||
"rimraf": "^3.0.2", | ||
"tap": "^16.3.0" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js -J --100", | ||
"test": "tap", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --all; git push origin --tags" | ||
"postpublish": "git push origin --all; git push origin --tags", | ||
"lint": "eslint \"**/*.js\"", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
"files": [ | ||
"index.js" | ||
"bin/", | ||
"lib/" | ||
], | ||
"dependencies": { | ||
"npm-normalize-package-bin": "^1.0.1" | ||
"npm-normalize-package-bin": "^2.0.0" | ||
}, | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.5.0" | ||
} | ||
} |
21 changes: 0 additions & 21 deletions
21
...npm-packlist/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/package.json
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...pm-packlist/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/test/array.js
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...pm-packlist/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/test/nobin.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.