package.json (1629B)
1 { 2 "_from": "to-array@0.1.4", 3 "_id": "to-array@0.1.4", 4 "_inBundle": false, 5 "_integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=", 6 "_location": "/to-array", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "to-array@0.1.4", 12 "name": "to-array", 13 "escapedName": "to-array", 14 "rawSpec": "0.1.4", 15 "saveSpec": null, 16 "fetchSpec": "0.1.4" 17 }, 18 "_requiredBy": [ 19 "/socket.io-client" 20 ], 21 "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", 22 "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890", 23 "_spec": "to-array@0.1.4", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io-client", 25 "author": { 26 "name": "Raynos", 27 "email": "raynos2@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/Raynos/to-array/issues", 31 "email": "raynos2@gmail.com" 32 }, 33 "bundleDependencies": false, 34 "component": { 35 "scripts": { 36 "to-array/index.js": "index.js" 37 } 38 }, 39 "contributors": [ 40 { 41 "name": "Jake Verbaten" 42 } 43 ], 44 "dependencies": {}, 45 "deprecated": false, 46 "description": "Turn an array like into an array", 47 "devDependencies": { 48 "tap": "~0.3.1" 49 }, 50 "homepage": "https://github.com/Raynos/to-array", 51 "keywords": [], 52 "licenses": [ 53 { 54 "type": "MIT", 55 "url": "http://github.com/Raynos/to-array/raw/master/LICENSE" 56 } 57 ], 58 "main": "index", 59 "name": "to-array", 60 "repository": { 61 "type": "git", 62 "url": "git://github.com/Raynos/to-array.git" 63 }, 64 "scripts": { 65 "test": "tap --stderr --tap ./test" 66 }, 67 "version": "0.1.4" 68 }