프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / has-binary2 / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.34 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "has-binary2@1.0.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "has-binary2@1.0.2",
9
  "_id": "has-binary2@1.0.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-6D26SfC5vk0CbSc2U1DZ8D9Uvpg=",
12
  "_location": "/has-binary2",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "has-binary2@1.0.2",
18
    "name": "has-binary2",
19
    "escapedName": "has-binary2",
20
    "rawSpec": "1.0.2",
21
    "saveSpec": null,
22
    "fetchSpec": "1.0.2"
23
  },
24
  "_requiredBy": [
25
    "/engine.io-parser",
26
    "/socket.io-parser"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz",
29
  "_spec": "1.0.2",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Kevin Roark"
33
  },
34
  "dependencies": {
35
    "isarray": "2.0.1"
36
  },
37
  "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
38
  "devDependencies": {
39
    "better-assert": "^1.0.2",
40
    "mocha": "^3.2.0",
41
    "semistandard": "^9.2.1"
42
  },
43
  "files": [
44
    "index.js"
45
  ],
46
  "license": "MIT",
47
  "name": "has-binary2",
48
  "scripts": {
49
    "checkstyle": "semistandard",
50
    "test": "npm run checkstyle && mocha --bail"
51
  },
52
  "version": "1.0.2"
53
}