summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json
blob: a86a787e038bf9fe58816700f1f9bb09027ced37 (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
{
  "name": "jsonpointer",
  "description": "Simple JSON Addressing.",
  "tags": [
    "util",
    "simple",
    "util",
    "utility"
  ],
  "version": "1.1.0",
  "author": {
    "name": "Jan Lehnardt",
    "email": "jan@apache.org"
  },
  "contributors": [
    {
      "name": "Joe Hildebrand",
      "email": "joe-github@cursive.net"
    },
    {
      "name": "Filip Noetzel"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/janl/node-jsonpointer.git"
  },
  "bugs": {
    "url": "http://github.com/janl/node-jsonpointer/issues"
  },
  "engines": [
    "node >= 0.4.9"
  ],
  "main": "./jsonpointer",
  "scripts": {
    "test": "node test.js"
  },
  "_id": "jsonpointer@1.1.0",
  "dist": {
    "shasum": "c3c72efaed3b97154163dc01dd349e1cfe0f80fc",
    "tarball": "http://registry.npmjs.org/jsonpointer/-/jsonpointer-1.1.0.tgz"
  },
  "_npmVersion": "1.1.69",
  "_npmUser": {
    "name": "jan",
    "email": "jan@apache.org"
  },
  "maintainers": [
    {
      "name": "jan",
      "email": "jan@apache.org"
    }
  ],
  "directories": {},
  "_shasum": "c3c72efaed3b97154163dc01dd349e1cfe0f80fc",
  "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-1.1.0.tgz",
  "_from": "jsonpointer@>=1.1.0 <2.0.0",
  "readme": "ERROR: No README data found!",
  "homepage": "https://github.com/janl/node-jsonpointer#readme"
}