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/stringify-package/package.json')
-rw-r--r--node_modules/stringify-package/package.json42
1 files changed, 20 insertions, 22 deletions
diff --git a/node_modules/stringify-package/package.json b/node_modules/stringify-package/package.json
index 9d2a9d5f1..a3f011da5 100644
--- a/node_modules/stringify-package/package.json
+++ b/node_modules/stringify-package/package.json
@@ -1,28 +1,29 @@
{
- "_from": "stringify-package@^1.0.0",
- "_id": "stringify-package@1.0.0",
+ "_from": "stringify-package@1.0.1",
+ "_id": "stringify-package@1.0.1",
"_inBundle": false,
- "_integrity": "sha512-JIQqiWmLiEozOC0b0BtxZ/AOUtdUZHCBPgqIZ2kSJJqGwgb9neo44XdTHUC4HZSGqi03hOeB7W/E8rAlKnGe9g==",
+ "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
"_location": "/stringify-package",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "stringify-package@^1.0.0",
+ "raw": "stringify-package@1.0.1",
"name": "stringify-package",
"escapedName": "stringify-package",
- "rawSpec": "^1.0.0",
+ "rawSpec": "1.0.1",
"saveSpec": null,
- "fetchSpec": "^1.0.0"
+ "fetchSpec": "1.0.1"
},
"_requiredBy": [
"#USER",
- "/"
+ "/",
+ "/libnpm"
],
- "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.0.tgz",
- "_shasum": "e02828089333d7d45cd8c287c30aa9a13375081b",
- "_spec": "stringify-package@^1.0.0",
- "_where": "/Users/dpogue/Coding/npm_cli",
+ "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
+ "_shasum": "e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85",
+ "_spec": "stringify-package@1.0.1",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
@@ -34,11 +35,9 @@
"deprecated": false,
"description": "stringifies npm-written json files",
"devDependencies": {
- "standard": "*",
- "standard-version": "*",
- "tap": "*",
- "weallbehave": "*",
- "weallcontribute": "*"
+ "standard": "11",
+ "standard-version": "4",
+ "tap": "12"
},
"files": [
"index.js"
@@ -58,13 +57,12 @@
"url": "git+https://github.com/npm/stringify-package.git"
},
"scripts": {
- "postrelease": "npm publish && git push --follow-tags",
+ "postpublish": "git push --follow-tags",
+ "postrelease": "npm publish",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
- "test": "tap -J --coverage --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'"
+ "test": "tap -J --coverage --100 test/*.js"
},
- "version": "1.0.0"
+ "version": "1.0.1"
}