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/wrappy
parent6c294614d800cb95a49ef1c422fbdde65b0731a2 (diff)
Flatten dependencies and add dev deps to git
Diffstat (limited to 'node_modules/wrappy')
-rw-r--r--node_modules/wrappy/package.json29
1 files changed, 14 insertions, 15 deletions
diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json
index 168a9ffc4..ae9c38ea8 100644
--- a/node_modules/wrappy/package.json
+++ b/node_modules/wrappy/package.json
@@ -1,43 +1,44 @@
{
- "_from": "wrappy@~1.0.2",
+ "_args": [
+ [
+ "wrappy@1.0.2",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "wrappy@1.0.2",
"_id": "wrappy@1.0.2",
+ "_inBundle": false,
"_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"_location": "/wrappy",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "wrappy@~1.0.2",
+ "raw": "wrappy@1.0.2",
"name": "wrappy",
"escapedName": "wrappy",
- "rawSpec": "~1.0.2",
+ "rawSpec": "1.0.2",
"saveSpec": null,
- "fetchSpec": "~1.0.2"
+ "fetchSpec": "1.0.2"
},
"_requiredBy": [
"/",
"/dezalgo",
"/inflight",
- "/mississippi/duplexify/end-of-stream/once",
"/once"
],
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
- "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
- "_shrinkwrap": null,
- "_spec": "wrappy@~1.0.2",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "1.0.2",
+ "_where": "/Users/rebecca/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "bin": null,
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
- "bundleDependencies": false,
"dependencies": {},
- "deprecated": false,
"description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"
@@ -52,8 +53,6 @@
"license": "ISC",
"main": "wrappy.js",
"name": "wrappy",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/wrappy.git"