package.json (1365B)
1 { 2 "_from": "from", 3 "_id": "from@0.1.7", 4 "_inBundle": false, 5 "_integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", 6 "_location": "/from", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "from", 12 "name": "from", 13 "escapedName": "from", 14 "rawSpec": "", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", 23 "_shasum": "83c60afc58b9c56997007ed1a768b3ab303a44fe", 24 "_spec": "from", 25 "_where": "/Users/underd0g/Documents/l0bsterssg", 26 "author": { 27 "name": "Dominic Tarr", 28 "email": "dominic.tarr@gmail.com", 29 "url": "dominictarr.com" 30 }, 31 "bugs": { 32 "url": "https://github.com/dominictarr/from/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "Easy way to make a Readable Stream", 37 "devDependencies": { 38 "assertions": "~2.3.0", 39 "asynct": "1", 40 "stream-spec": "0" 41 }, 42 "homepage": "https://github.com/dominictarr/from#readme", 43 "keywords": [ 44 "stream", 45 "streams", 46 "readable", 47 "easy" 48 ], 49 "license": "MIT", 50 "main": "index.js", 51 "name": "from", 52 "repository": { 53 "type": "git", 54 "url": "git://github.com/dominictarr/from.git" 55 }, 56 "scripts": { 57 "test": "asynct test/*.js" 58 }, 59 "version": "0.1.7" 60 }