summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json
blob: 13c59a3483c97964a7dfee0ee0fe4855a057c962 (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
{
  "_args": [
    [
      {
        "raw": "is-property@^1.0.0",
        "scope": null,
        "escapedName": "is-property",
        "name": "is-property",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property"
    ]
  ],
  "_from": "is-property@>=1.0.0 <2.0.0",
  "_id": "is-property@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/har-validator/is-my-json-valid/generate-object-property/is-property",
  "_nodeVersion": "0.10.26",
  "_npmUser": {
    "name": "mikolalysenko",
    "email": "mikolalysenko@gmail.com"
  },
  "_npmVersion": "2.1.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-property@^1.0.0",
    "scope": null,
    "escapedName": "is-property",
    "name": "is-property",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/har-validator/is-my-json-valid/generate-object-property"
  ],
  "_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
  "_shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
  "_shrinkwrap": null,
  "_spec": "is-property@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/is-property/issues"
  },
  "dependencies": {},
  "description": "Tests if a JSON property can be accessed using . syntax",
  "devDependencies": {
    "tape": "~1.0.4"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
    "tarball": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
  },
  "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  "homepage": "https://github.com/mikolalysenko/is-property",
  "keywords": [
    "is",
    "property",
    "json",
    "dot",
    "bracket",
    ".",
    "[]"
  ],
  "license": "MIT",
  "main": "is-property.js",
  "maintainers": [
    {
      "name": "mikolalysenko",
      "email": "mikolalysenko@gmail.com"
    }
  ],
  "name": "is-property",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/is-property.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.0.2"
}