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.json88
1 files changed, 43 insertions, 45 deletions
diff --git a/deps/npm/node_modules/inflight/package.json b/deps/npm/node_modules/inflight/package.json
index e8ff95617a..bca60ee150 100644
--- a/deps/npm/node_modules/inflight/package.json
+++ b/deps/npm/node_modules/inflight/package.json
@@ -2,60 +2,58 @@
"_args": [
[
{
- "name": "inflight",
- "raw": "inflight@latest",
- "rawSpec": "latest",
+ "raw": "inflight@^1.0.6",
"scope": null,
- "spec": "latest",
- "type": "tag"
+ "escapedName": "inflight",
+ "name": "inflight",
+ "rawSpec": "^1.0.6",
+ "spec": ">=1.0.6 <2.0.0",
+ "type": "range"
},
- "/Users/zkat/Documents/code/npm"
+ "/Users/ogd/Documents/projects/npm/npm"
]
],
- "_from": "inflight@latest",
- "_id": "inflight@1.0.5",
+ "_from": "inflight@>=1.0.6 <2.0.0",
+ "_id": "inflight@1.0.6",
"_inCache": true,
- "_installable": true,
"_location": "/inflight",
- "_nodeVersion": "5.10.1",
+ "_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/inflight-1.0.5.tgz_1463529611443_0.00041943578980863094"
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
},
"_npmUser": {
- "email": "kat@sykosomatic.org",
- "name": "zkat"
+ "name": "isaacs",
+ "email": "i@izs.me"
},
- "_npmVersion": "3.9.1",
+ "_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
- "name": "inflight",
- "raw": "inflight@latest",
- "rawSpec": "latest",
+ "raw": "inflight@^1.0.6",
"scope": null,
- "spec": "latest",
- "type": "tag"
+ "escapedName": "inflight",
+ "name": "inflight",
+ "rawSpec": "^1.0.6",
+ "spec": ">=1.0.6 <2.0.0",
+ "type": "range"
},
"_requiredBy": [
+ "#USER",
"/",
"/glob",
"/init-package-json/glob",
- "/node-gyp/glob",
"/read-package-json/glob",
- "/standard/eslint/glob",
- "/standard/standard-engine/deglob/glob",
- "/tap/nyc/glob",
- "/tap/nyc/istanbul/fileset/glob",
- "/tap/tap-mocha-reporter/glob"
+ "/standard/eslint/file-entry-cache/flat-cache/del/globby/glob",
+ "/standard/eslint/glob"
],
- "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz",
- "_shasum": "db3204cd5a9de2e6cd890b85c6e2f66bcf4f620a",
+ "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
"_shrinkwrap": null,
- "_spec": "inflight@latest",
- "_where": "/Users/zkat/Documents/code/npm",
+ "_spec": "inflight@^1.0.6",
+ "_where": "/Users/ogd/Documents/projects/npm/npm",
"author": {
- "email": "i@izs.me",
"name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
@@ -67,36 +65,36 @@
},
"description": "Add callbacks to requests in flight to avoid async duplication",
"devDependencies": {
- "tap": "^1.2.0"
+ "tap": "^7.1.2"
},
"directories": {},
"dist": {
- "shasum": "db3204cd5a9de2e6cd890b85c6e2f66bcf4f620a",
- "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz"
+ "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
+ "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
},
"files": [
"inflight.js"
],
- "gitHead": "559e37b4f6327fca797fe8d7fe8ed6d9cae08821",
+ "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
"homepage": "https://github.com/isaacs/inflight",
"license": "ISC",
"main": "inflight.js",
"maintainers": [
{
- "email": "me@re-becca.org",
- "name": "iarna"
+ "name": "iarna",
+ "email": "me@re-becca.org"
},
{
- "email": "i@izs.me",
- "name": "isaacs"
+ "name": "isaacs",
+ "email": "i@izs.me"
},
{
- "email": "ogd@aoaioxxysz.net",
- "name": "othiym23"
+ "name": "othiym23",
+ "email": "ogd@aoaioxxysz.net"
},
{
- "email": "kat@sykosomatic.org",
- "name": "zkat"
+ "name": "zkat",
+ "email": "kat@sykosomatic.org"
}
],
"name": "inflight",
@@ -107,7 +105,7 @@
"url": "git+https://github.com/npm/inflight.git"
},
"scripts": {
- "test": "tap test.js"
+ "test": "tap test.js --100"
},
- "version": "1.0.5"
+ "version": "1.0.6"
}