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:
Diffstat (limited to 'node_modules/libnpmteam/package.json')
-rw-r--r--node_modules/libnpmteam/package.json57
1 files changed, 30 insertions, 27 deletions
diff --git a/node_modules/libnpmteam/package.json b/node_modules/libnpmteam/package.json
index 47bcedb8d..9171f7eba 100644
--- a/node_modules/libnpmteam/package.json
+++ b/node_modules/libnpmteam/package.json
@@ -1,27 +1,27 @@
{
- "_from": "libnpmteam@1.0.2",
- "_id": "libnpmteam@1.0.2",
+ "_from": "libnpmteam@latest",
+ "_id": "libnpmteam@2.0.1",
"_inBundle": false,
- "_integrity": "sha512-p420vM28Us04NAcg1rzgGW63LMM6rwe+6rtZpfDxCcXxM0zUTLl7nPFEnRF3JfFBF5skF/yuZDUthTsHgde8QA==",
+ "_integrity": "sha512-V9gMYC7VmVFlTt8qVdrP1SofAaAf1VFbQmMR7A6QysRzPJkCmnTprnPzWqOzZIoW3mewiuRp6AlpW7GJcGT2uQ==",
"_location": "/libnpmteam",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "tag",
"registry": true,
- "raw": "libnpmteam@1.0.2",
+ "raw": "libnpmteam@latest",
"name": "libnpmteam",
"escapedName": "libnpmteam",
- "rawSpec": "1.0.2",
+ "rawSpec": "latest",
"saveSpec": null,
- "fetchSpec": "1.0.2"
+ "fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-1.0.2.tgz",
- "_shasum": "8b48bcbb6ce70dd8150c950fcbdbf3feb6eec820",
- "_spec": "libnpmteam@1.0.2",
+ "_resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-2.0.1.tgz",
+ "_shasum": "2d83039073b562ccfc38b607ca661a965dc145c7",
+ "_spec": "libnpmteam@latest",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
@@ -33,20 +33,21 @@
"bundleDependencies": false,
"dependencies": {
"aproba": "^2.0.0",
- "figgy-pudding": "^3.4.1",
- "get-stream": "^4.0.0",
- "npm-registry-fetch": "^4.0.0"
+ "npm-registry-fetch": "^8.0.0"
},
"deprecated": false,
"description": "npm Team management APIs",
"devDependencies": {
- "nock": "^9.6.1",
- "standard": "^12.0.0",
- "standard-version": "*",
- "tap": "*",
- "weallbehave": "*",
- "weallcontribute": "*"
+ "nock": "^12.0.1",
+ "standard": "^14.3.1",
+ "tap": "^14.10.6"
},
+ "engines": {
+ "node": ">=10"
+ },
+ "files": [
+ "index.js"
+ ],
"homepage": "https://npmjs.com/package/libnpmteam",
"license": "ISC",
"name": "libnpmteam",
@@ -55,13 +56,15 @@
"url": "git+https://github.com/npm/libnpmteam.git"
},
"scripts": {
- "postrelease": "npm publish && git push --follow-tags",
- "prerelease": "npm t",
- "pretest": "standard",
- "release": "standard-version -s",
- "test": "tap -J --100 test/*.js",
- "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
- "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
+ "lint": "standard",
+ "posttest": "npm run lint",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "test": "tap"
+ },
+ "tap": {
+ "check-coverage": true
},
- "version": "1.0.2"
+ "version": "2.0.1"
}