package.json (1438B)
1 { 2 "_from": "inflight@^1.0.4", 3 "_id": "inflight@1.0.6", 4 "_inBundle": false, 5 "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", 6 "_location": "/inflight", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "inflight@^1.0.4", 12 "name": "inflight", 13 "escapedName": "inflight", 14 "rawSpec": "^1.0.4", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.4" 17 }, 18 "_requiredBy": [ 19 "/glob" 20 ], 21 "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", 22 "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9", 23 "_spec": "inflight@^1.0.4", 24 "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/glob", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 29 }, 30 "bugs": { 31 "url": "https://github.com/isaacs/inflight/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "once": "^1.3.0", 36 "wrappy": "1" 37 }, 38 "deprecated": false, 39 "description": "Add callbacks to requests in flight to avoid async duplication", 40 "devDependencies": { 41 "tap": "^7.1.2" 42 }, 43 "files": [ 44 "inflight.js" 45 ], 46 "homepage": "https://github.com/isaacs/inflight", 47 "license": "ISC", 48 "main": "inflight.js", 49 "name": "inflight", 50 "repository": { 51 "type": "git", 52 "url": "git+https://github.com/npm/inflight.git" 53 }, 54 "scripts": { 55 "test": "tap test.js --100" 56 }, 57 "version": "1.0.6" 58 }