Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81172 views
1
{
2
"name": "is-property",
3
"version": "1.0.2",
4
"description": "Tests if a JSON property can be accessed using . syntax",
5
"main": "is-property.js",
6
"directories": {
7
"test": "test"
8
},
9
"dependencies": {},
10
"devDependencies": {
11
"tape": "~1.0.4"
12
},
13
"scripts": {
14
"test": "tap test/*.js"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git://github.com/mikolalysenko/is-property.git"
19
},
20
"keywords": [
21
"is",
22
"property",
23
"json",
24
"dot",
25
"bracket",
26
".",
27
"[]"
28
],
29
"author": {
30
"name": "Mikola Lysenko"
31
},
32
"license": "MIT",
33
"gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
34
"bugs": {
35
"url": "https://github.com/mikolalysenko/is-property/issues"
36
},
37
"homepage": "https://github.com/mikolalysenko/is-property",
38
"_id": "[email protected]",
39
"_shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
40
"_from": "is-property@>=1.0.0 <2.0.0",
41
"_npmVersion": "2.1.4",
42
"_nodeVersion": "0.10.26",
43
"_npmUser": {
44
"name": "mikolalysenko",
45
"email": "[email protected]"
46
},
47
"maintainers": [
48
{
49
"name": "mikolalysenko",
50
"email": "[email protected]"
51
}
52
],
53
"dist": {
54
"shasum": "57fe1c4e48474edd65b09911f26b1cd4095dda84",
55
"tarball": "http://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
56
},
57
"_resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz"
58
}
59
60