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:
authorRebecca Turner <me@re-becca.org>2018-05-24 23:31:26 +0300
committerRebecca Turner <me@re-becca.org>2018-05-24 23:31:38 +0300
commit0483f5c5deaf18c968a128657923103e49f4e67a (patch)
tree210f154da2f60938471d96a844dcb32cbda09e2a /node_modules/safe-buffer
parent6c294614d800cb95a49ef1c422fbdde65b0731a2 (diff)
Flatten dependencies and add dev deps to git
Diffstat (limited to 'node_modules/safe-buffer')
-rw-r--r--node_modules/safe-buffer/package.json37
1 files changed, 16 insertions, 21 deletions
diff --git a/node_modules/safe-buffer/package.json b/node_modules/safe-buffer/package.json
index 592533e01..7a8235c14 100644
--- a/node_modules/safe-buffer/package.json
+++ b/node_modules/safe-buffer/package.json
@@ -1,4 +1,10 @@
{
+ "_args": [
+ [
+ "safe-buffer@5.1.2",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
"_from": "safe-buffer@5.1.2",
"_id": "safe-buffer@5.1.2",
"_inBundle": false,
@@ -16,35 +22,26 @@
"fetchSpec": "5.1.2"
},
"_requiredBy": [
- "#USER",
"/",
- "/libcipm/pacote",
- "/libcipm/pacote/make-fetch-happen/node-fetch-npm",
- "/libcipm/pacote/ssri",
- "/libnpmhook/npm-registry-fetch/make-fetch-happen/node-fetch-npm",
+ "/got",
"/libnpx",
- "/npm-profile/make-fetch-happen/node-fetch-npm",
- "/npm-profile/make-fetch-happen/ssri",
+ "/minipass",
+ "/node-fetch-npm",
+ "/npm-profile/ssri",
"/npm-registry-client",
"/npm-registry-client/ssri",
- "/npm-registry-couchapp/couchapp/nano/cloudant-follow/request",
- "/npm-registry-couchapp/couchapp/nano/cloudant-follow/request/tunnel-agent",
"/npm-registry-fetch",
- "/npm-registry-fetch/make-fetch-happen/node-fetch-npm",
- "/npm-registry-fetch/make-fetch-happen/ssri",
+ "/npm-registry-fetch/ssri",
"/pacote",
- "/pacote/make-fetch-happen/node-fetch-npm",
"/readable-stream",
- "/readable-stream/string_decoder",
+ "/registry-auth-token",
"/request",
- "/request/tunnel-agent",
- "/tap/minipass",
- "/update-notifier/latest-version/package-json/got",
- "/update-notifier/latest-version/package-json/registry-auth-token"
+ "/string_decoder",
+ "/tar",
+ "/tunnel-agent"
],
"_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "_shasum": "991ec69d296e0313747d59bdfd2b745c35f8828d",
- "_spec": "safe-buffer@5.1.2",
+ "_spec": "5.1.2",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "Feross Aboukhadijeh",
@@ -54,8 +51,6 @@
"bugs": {
"url": "https://github.com/feross/safe-buffer/issues"
},
- "bundleDependencies": false,
- "deprecated": false,
"description": "Safer Node.js Buffer API",
"devDependencies": {
"standard": "*",