aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/has-binary2/package.json
blob: 7f9760735fb4bc270ceb21e002025795ad3d5c5b (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "_args": [
    [
      {
        "raw": "has-binary2@~1.0.2",
        "scope": null,
        "escapedName": "has-binary2",
        "name": "has-binary2",
        "rawSpec": "~1.0.2",
        "spec": ">=1.0.2 <1.1.0",
        "type": "range"
      },
      "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-parser"
    ]
  ],
  "_from": "has-binary2@>=1.0.2 <1.1.0",
  "_id": "has-binary2@1.0.2",
  "_inCache": true,
  "_location": "/has-binary2",
  "_nodeVersion": "6.9.4",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/has-binary2-1.0.2.tgz_1493325765063_0.2403412840794772"
  },
  "_npmUser": {
    "name": "darrachequesne",
    "email": "damien.arrachequesne@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "has-binary2@~1.0.2",
    "scope": null,
    "escapedName": "has-binary2",
    "name": "has-binary2",
    "rawSpec": "~1.0.2",
    "spec": ">=1.0.2 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/engine.io-parser",
    "/socket.io-parser"
  ],
  "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz",
  "_shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98",
  "_shrinkwrap": null,
  "_spec": "has-binary2@~1.0.2",
  "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/engine.io-parser",
  "author": {
    "name": "Kevin Roark"
  },
  "dependencies": {
    "isarray": "2.0.1"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98",
    "tarball": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "02266c05a7b3edecf945343c26c1bc562f78bbd9",
  "license": "MIT",
  "maintainers": [
    {
      "name": "darrachequesne",
      "email": "damien.arrachequesne@gmail.com"
    }
  ],
  "name": "has-binary2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "scripts": {
    "checkstyle": "semistandard",
    "test": "npm run checkstyle && mocha --bail"
  },
  "version": "1.0.2"
}