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/stringify-package
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/stringify-package')
-rw-r--r--node_modules/stringify-package/package.json67
1 files changed, 19 insertions, 48 deletions
diff --git a/node_modules/stringify-package/package.json b/node_modules/stringify-package/package.json
index 273392658..c0e5622b4 100644
--- a/node_modules/stringify-package/package.json
+++ b/node_modules/stringify-package/package.json
@@ -1,67 +1,38 @@
{
- "_from": "stringify-package@^1.0.1",
- "_id": "stringify-package@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
- "_location": "/stringify-package",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stringify-package@^1.0.1",
- "name": "stringify-package",
- "escapedName": "stringify-package",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/",
- "/libnpmversion"
- ],
- "_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"
- },
- "bugs": {
- "url": "https://github.com/npm/stringify-package/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "stringify-package",
+ "version": "1.0.1",
"description": "stringifies npm-written json files",
- "devDependencies": {
- "standard": "11",
- "standard-version": "4",
- "tap": "12"
- },
+ "main": "index.js",
"files": [
"index.js"
],
- "homepage": "https://github.com/npm/stringify-package",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/stringify-package.git"
+ },
"keywords": [
"npm",
"json",
"stringify",
"package.json"
],
+ "author": "Kat Marchán <kzm@zkat.tech>",
"license": "ISC",
- "main": "index.js",
- "name": "stringify-package",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/stringify-package.git"
+ "bugs": {
+ "url": "https://github.com/npm/stringify-package/issues"
},
+ "homepage": "https://github.com/npm/stringify-package",
"scripts": {
- "postpublish": "git push --follow-tags",
- "postrelease": "npm publish",
"prerelease": "npm t",
- "pretest": "standard",
"release": "standard-version -s",
+ "postrelease": "npm publish",
+ "postpublish": "git push --follow-tags",
+ "pretest": "standard",
"test": "tap -J --coverage --100 test/*.js"
},
- "version": "1.0.1"
+ "devDependencies": {
+ "standard": "11",
+ "standard-version": "4",
+ "tap": "12"
+ }
}