package.json (1350B)
1 { 2 "_from": "parseuri@0.0.5", 3 "_id": "parseuri@0.0.5", 4 "_inBundle": false, 5 "_integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", 6 "_location": "/parseuri", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "parseuri@0.0.5", 12 "name": "parseuri", 13 "escapedName": "parseuri", 14 "rawSpec": "0.0.5", 15 "saveSpec": null, 16 "fetchSpec": "0.0.5" 17 }, 18 "_requiredBy": [ 19 "/engine.io-client", 20 "/socket.io-client" 21 ], 22 "_resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", 23 "_shasum": "80204a50d4dbb779bfdc6ebe2778d90e4bce320a", 24 "_spec": "parseuri@0.0.5", 25 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io-client", 26 "author": "", 27 "bugs": { 28 "url": "https://github.com/get/parseuri/issues" 29 }, 30 "bundleDependencies": false, 31 "dependencies": { 32 "better-assert": "~1.0.0" 33 }, 34 "deprecated": false, 35 "description": "Method that parses a URI and returns an array of its components", 36 "devDependencies": { 37 "better-assert": "1.0.0", 38 "mocha": "1.17.1" 39 }, 40 "homepage": "https://github.com/get/parseuri", 41 "license": "MIT", 42 "name": "parseuri", 43 "repository": { 44 "type": "git", 45 "url": "git+https://github.com/get/parseuri.git" 46 }, 47 "scripts": { 48 "test": "make test" 49 }, 50 "version": "0.0.5" 51 }