summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/inflight/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/inflight/package.json')
-rw-r--r--deps/npm/node_modules/inflight/package.json77
1 files changed, 15 insertions, 62 deletions
diff --git a/deps/npm/node_modules/inflight/package.json b/deps/npm/node_modules/inflight/package.json
index bca60ee150..84199ee5a7 100644
--- a/deps/npm/node_modules/inflight/package.json
+++ b/deps/npm/node_modules/inflight/package.json
@@ -1,105 +1,58 @@
{
- "_args": [
- [
- {
- "raw": "inflight@^1.0.6",
- "scope": null,
- "escapedName": "inflight",
- "name": "inflight",
- "rawSpec": "^1.0.6",
- "spec": ">=1.0.6 <2.0.0",
- "type": "range"
- },
- "/Users/ogd/Documents/projects/npm/npm"
- ]
- ],
- "_from": "inflight@>=1.0.6 <2.0.0",
+ "_from": "inflight@~1.0.6",
"_id": "inflight@1.0.6",
- "_inCache": true,
+ "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"_location": "/inflight",
- "_nodeVersion": "6.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
- },
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- "_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
- "raw": "inflight@^1.0.6",
- "scope": null,
- "escapedName": "inflight",
+ "type": "range",
+ "registry": true,
+ "raw": "inflight@~1.0.6",
"name": "inflight",
- "rawSpec": "^1.0.6",
- "spec": ">=1.0.6 <2.0.0",
- "type": "range"
+ "escapedName": "inflight",
+ "rawSpec": "~1.0.6",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.6"
},
"_requiredBy": [
- "#USER",
"/",
"/glob",
- "/init-package-json/glob",
- "/read-package-json/glob",
"/standard/eslint/file-entry-cache/flat-cache/del/globby/glob",
"/standard/eslint/glob"
],
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
"_shrinkwrap": null,
- "_spec": "inflight@^1.0.6",
- "_where": "/Users/ogd/Documents/projects/npm/npm",
+ "_spec": "inflight@~1.0.6",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/isaacs/inflight/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
},
+ "deprecated": false,
"description": "Add callbacks to requests in flight to avoid async duplication",
"devDependencies": {
"tap": "^7.1.2"
},
- "directories": {},
- "dist": {
- "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
- "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
- },
"files": [
"inflight.js"
],
- "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
"homepage": "https://github.com/isaacs/inflight",
"license": "ISC",
"main": "inflight.js",
- "maintainers": [
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- },
- {
- "name": "isaacs",
- "email": "i@izs.me"
- },
- {
- "name": "othiym23",
- "email": "ogd@aoaioxxysz.net"
- },
- {
- "name": "zkat",
- "email": "kat@sykosomatic.org"
- }
- ],
"name": "inflight",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/inflight.git"