package.json (1424B)
1 { 2 "_from": "has-binary2@~1.0.2", 3 "_id": "has-binary2@1.0.3", 4 "_inBundle": false, 5 "_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", 6 "_location": "/has-binary2", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "has-binary2@~1.0.2", 12 "name": "has-binary2", 13 "escapedName": "has-binary2", 14 "rawSpec": "~1.0.2", 15 "saveSpec": null, 16 "fetchSpec": "~1.0.2" 17 }, 18 "_requiredBy": [ 19 "/engine.io-parser", 20 "/socket.io", 21 "/socket.io-client" 22 ], 23 "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", 24 "_shasum": "7776ac627f3ea77250cfc332dab7ddf5e4f5d11d", 25 "_spec": "has-binary2@~1.0.2", 26 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io", 27 "author": { 28 "name": "Kevin Roark" 29 }, 30 "bundleDependencies": false, 31 "dependencies": { 32 "isarray": "2.0.1" 33 }, 34 "deprecated": false, 35 "description": "A function that takes anything in javascript and returns true if its argument contains binary data.", 36 "devDependencies": { 37 "better-assert": "^1.0.2", 38 "mocha": "^3.2.0", 39 "semistandard": "^9.2.1" 40 }, 41 "files": [ 42 "index.js" 43 ], 44 "license": "MIT", 45 "name": "has-binary2", 46 "scripts": { 47 "checkstyle": "semistandard", 48 "test": "npm run checkstyle && mocha --bail" 49 }, 50 "version": "1.0.3" 51 }