package.json (1483B)
1 { 2 "_from": "after@0.8.2", 3 "_id": "after@0.8.2", 4 "_inBundle": false, 5 "_integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=", 6 "_location": "/after", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "after@0.8.2", 12 "name": "after", 13 "escapedName": "after", 14 "rawSpec": "0.8.2", 15 "saveSpec": null, 16 "fetchSpec": "0.8.2" 17 }, 18 "_requiredBy": [ 19 "/engine.io-parser" 20 ], 21 "_resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", 22 "_shasum": "fedb394f9f0e02aa9768e702bda23b505fae7e1f", 23 "_spec": "after@0.8.2", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/engine.io-parser", 25 "author": { 26 "name": "Raynos", 27 "email": "raynos2@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/Raynos/after/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Raynos", 36 "email": "raynos2@gmail.com", 37 "url": "http://raynos.org" 38 } 39 ], 40 "deprecated": false, 41 "description": "after - tiny flow control", 42 "devDependencies": { 43 "mocha": "~1.8.1" 44 }, 45 "homepage": "https://github.com/Raynos/after#readme", 46 "keywords": [ 47 "flowcontrol", 48 "after", 49 "flow", 50 "control", 51 "arch" 52 ], 53 "license": "MIT", 54 "name": "after", 55 "repository": { 56 "type": "git", 57 "url": "git://github.com/Raynos/after.git" 58 }, 59 "scripts": { 60 "test": "mocha --ui tdd --reporter spec test/*.js" 61 }, 62 "version": "0.8.2" 63 }