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