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/depd
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/depd')
-rw-r--r--node_modules/depd/package.json61
1 files changed, 13 insertions, 48 deletions
diff --git a/node_modules/depd/package.json b/node_modules/depd/package.json
index 5326db813..5e3c86321 100644
--- a/node_modules/depd/package.json
+++ b/node_modules/depd/package.json
@@ -1,41 +1,18 @@
{
- "_from": "depd@^1.1.2",
- "_id": "depd@1.1.2",
- "_inBundle": false,
- "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
- "_location": "/depd",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "depd@^1.1.2",
- "name": "depd",
- "escapedName": "depd",
- "rawSpec": "^1.1.2",
- "saveSpec": null,
- "fetchSpec": "^1.1.2"
- },
- "_requiredBy": [
- "/agentkeepalive"
+ "name": "depd",
+ "description": "Deprecate all the things",
+ "version": "1.1.2",
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
+ "license": "MIT",
+ "keywords": [
+ "deprecate",
+ "deprecated"
],
- "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
- "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
- "_spec": "depd@^1.1.2",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/agentkeepalive",
- "author": {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
+ "repository": "dougwilson/nodejs-depd",
"browser": "lib/browser/index.js",
- "bugs": {
- "url": "https://github.com/dougwilson/nodejs-depd/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Deprecate all the things",
"devDependencies": {
- "beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
+ "beautify-benchmark": "0.2.4",
"eslint": "3.19.0",
"eslint-config-standard": "7.1.0",
"eslint-plugin-markdown": "1.0.0-beta.7",
@@ -44,9 +21,6 @@
"istanbul": "0.4.5",
"mocha": "~1.21.5"
},
- "engines": {
- "node": ">= 0.6"
- },
"files": [
"lib/",
"History.md",
@@ -54,16 +28,8 @@
"index.js",
"Readme.md"
],
- "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
- "keywords": [
- "deprecate",
- "deprecated"
- ],
- "license": "MIT",
- "name": "depd",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dougwilson/nodejs-depd.git"
+ "engines": {
+ "node": ">= 0.6"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -71,6 +37,5 @@
"test": "mocha --reporter spec --bail test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
- },
- "version": "1.1.2"
+ }
}