Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/libnpmpack
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/libnpmpack')
-rw-r--r--node_modules/libnpmpack/package.json92
1 files changed, 29 insertions, 63 deletions
diff --git a/node_modules/libnpmpack/package.json b/node_modules/libnpmpack/package.json
index 142452869..dc789edba 100644
--- a/node_modules/libnpmpack/package.json
+++ b/node_modules/libnpmpack/package.json
@@ -1,78 +1,44 @@
{
- "_from": "libnpmpack@^2.0.0",
- "_id": "libnpmpack@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-w4wB8ZQUceUANUEiSYqi4nHlqFxhzLXWmhVbDt3NlyZVkmblTokR4xK9VfihLXJhdARQxeILx/HxReeqas1KZQ==",
- "_location": "/libnpmpack",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "libnpmpack@^2.0.0",
- "name": "libnpmpack",
- "escapedName": "libnpmpack",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/",
- "/libnpmpublish"
- ],
- "_resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-2.0.0.tgz",
- "_shasum": "6b7f050f8dde248776c92495147f623dc711a221",
- "_spec": "libnpmpack@^2.0.0",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "npm Inc.",
- "email": "support@npmjs.com"
- },
- "bugs": {
- "url": "https://github.com/npm/libnpmpack/issues"
- },
- "bundleDependencies": false,
+ "name": "libnpmpack",
+ "version": "2.0.0",
+ "description": "Programmatic API for the bits behind npm pack",
+ "author": "npm Inc. <support@npmjs.com>",
"contributors": [
- {
- "name": "Claudia Hernández",
- "email": "claudia@npmjs.com"
- }
+ "Claudia Hernández <claudia@npmjs.com>"
],
- "dependencies": {
- "@npmcli/run-script": "^1.3.0",
- "npm-package-arg": "^8.0.0",
- "pacote": "^11.1.4"
- },
- "deprecated": false,
- "description": "Programmatic API for the bits behind npm pack",
- "devDependencies": {
- "nock": "^12.0.2",
- "standard": "^14.3.1",
- "tap": "^14.10.6"
- },
- "engines": {
- "node": ">=10"
- },
+ "main": "index.js",
"files": [
"*.js"
],
- "homepage": "https://npmjs.com/package/libnpmpack",
"license": "ISC",
- "main": "index.js",
- "name": "libnpmpack",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/libnpmpack.git"
- },
"scripts": {
- "lint": "standard",
- "posttest": "npm run lint",
+ "preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "test": "tap"
+ "lint": "standard",
+ "test": "tap",
+ "posttest": "npm run lint"
},
"tap": {
"check-coverage": true
},
- "version": "2.0.0"
+ "devDependencies": {
+ "nock": "^12.0.2",
+ "standard": "^14.3.1",
+ "tap": "^14.10.6"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/libnpmpack.git"
+ },
+ "bugs": "https://github.com/npm/libnpmpack/issues",
+ "homepage": "https://npmjs.com/package/libnpmpack",
+ "dependencies": {
+ "@npmcli/run-script": "^1.3.0",
+ "npm-package-arg": "^8.0.0",
+ "pacote": "^11.1.4"
+ },
+ "engines": {
+ "node": ">=10"
+ }
}