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