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/stringify-package/package.json | 67 ++++++++--------------------- 1 file changed, 19 insertions(+), 48 deletions(-) (limited to 'node_modules/stringify-package') 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 ", "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" + } } -- cgit v1.2.3