summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/node_modules/jsonparse/package.json
blob: f60aa1ef7045b32f8cac481c065b8b3d6a0c026d (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
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_args": [
    [
      {
        "raw": "jsonparse@^1.2.0",
        "scope": null,
        "escapedName": "jsonparse",
        "name": "jsonparse",
        "rawSpec": "^1.2.0",
        "spec": ">=1.2.0 <2.0.0",
        "type": "range"
      },
      "/Users/zkat/Documents/code/npm/node_modules/JSONStream"
    ]
  ],
  "_from": "jsonparse@>=1.2.0 <2.0.0",
  "_id": "jsonparse@1.3.0",
  "_inCache": true,
  "_location": "/JSONStream/jsonparse",
  "_nodeVersion": "4.1.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/jsonparse-1.3.0.tgz_1484597944748_0.925271877553314"
  },
  "_npmUser": {
    "name": "creationix",
    "email": "tim@creationix.com"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jsonparse@^1.2.0",
    "scope": null,
    "escapedName": "jsonparse",
    "name": "jsonparse",
    "rawSpec": "^1.2.0",
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/JSONStream"
  ],
  "_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz",
  "_shasum": "85fc245b1d9259acc6941960b905adf64e7de0e8",
  "_shrinkwrap": null,
  "_spec": "jsonparse@^1.2.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/JSONStream",
  "author": {
    "name": "Tim Caswell",
    "email": "tim@creationix.com"
  },
  "bugs": {
    "url": "http://github.com/creationix/jsonparse/issues"
  },
  "dependencies": {},
  "description": "This is a pure-js JSON streaming parser for node.js",
  "devDependencies": {
    "tap": "~0.3.3",
    "tape": "~0.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "85fc245b1d9259acc6941960b905adf64e7de0e8",
    "tarball": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.0.tgz"
  },
  "engines": [
    "node >= 0.2.0"
  ],
  "gitHead": "69f02ca615aeeb4cbbe786ab42ce0592b44dc217",
  "homepage": "https://github.com/creationix/jsonparse#readme",
  "license": "MIT",
  "main": "jsonparse.js",
  "maintainers": [
    {
      "name": "creationix",
      "email": "tim@creationix.com"
    },
    {
      "name": "substack",
      "email": "mail@substack.net"
    }
  ],
  "name": "jsonparse",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/creationix/jsonparse.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "tags": [
    "json",
    "stream"
  ],
  "version": "1.3.0"
}