From 53ed7e5205a3f4d5d33828ff9dc11c093f482f7b Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 24 Jul 2020 12:55:18 -0700 Subject: reset deps using npm v7 First self-install! --- node_modules/libnpmpack/package.json | 92 ++++++++++++------------------------ 1 file changed, 29 insertions(+), 63 deletions(-) (limited to 'node_modules/libnpmpack') 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. ", "contributors": [ - { - "name": "Claudia Hernández", - "email": "claudia@npmjs.com" - } + "Claudia Hernández " ], - "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" + } } -- cgit v1.2.3