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/libnpmteam
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/libnpmteam')
-rw-r--r--node_modules/libnpmteam/package.json73
1 files changed, 21 insertions, 52 deletions
diff --git a/node_modules/libnpmteam/package.json b/node_modules/libnpmteam/package.json
index b408e1ca9..1834be777 100644
--- a/node_modules/libnpmteam/package.json
+++ b/node_modules/libnpmteam/package.json
@@ -1,69 +1,38 @@
{
- "_from": "libnpmteam@^2.0.1",
- "_id": "libnpmteam@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-V9gMYC7VmVFlTt8qVdrP1SofAaAf1VFbQmMR7A6QysRzPJkCmnTprnPzWqOzZIoW3mewiuRp6AlpW7GJcGT2uQ==",
- "_location": "/libnpmteam",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "libnpmteam@^2.0.1",
- "name": "libnpmteam",
- "escapedName": "libnpmteam",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.1.tgz",
- "_shasum": "2d83039073b562ccfc38b607ca661a965dc145c7",
- "_spec": "libnpmteam@^2.0.1",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Kat Marchán",
- "email": "kzm@zkat.tech"
- },
- "bugs": {
- "url": "https://github.com/npm/libnpmteam/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "aproba": "^2.0.0",
- "npm-registry-fetch": "^8.0.0"
- },
- "deprecated": false,
+ "name": "libnpmteam",
"description": "npm Team management APIs",
+ "version": "2.0.1",
+ "author": "Kat Marchán <kzm@zkat.tech>",
+ "license": "ISC",
+ "scripts": {
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "lint": "standard",
+ "test": "tap",
+ "posttest": "npm run lint"
+ },
"devDependencies": {
"nock": "^12.0.1",
"standard": "^14.3.1",
"tap": "^14.10.6"
},
- "engines": {
- "node": ">=10"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/libnpmteam.git"
},
"files": [
"index.js"
],
"homepage": "https://npmjs.com/package/libnpmteam",
- "license": "ISC",
- "name": "libnpmteam",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/libnpmteam.git"
+ "dependencies": {
+ "aproba": "^2.0.0",
+ "npm-registry-fetch": "^8.0.0"
},
- "scripts": {
- "lint": "standard",
- "posttest": "npm run lint",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "test": "tap"
+ "engines": {
+ "node": ">=10"
},
"tap": {
"check-coverage": true
- },
- "version": "2.0.1"
+ }
}