Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "has",
3
"description": "Object.prototype.hasOwnProperty.call shortcut",
4
"version": "1.0.0",
5
"homepage": "https://github.com/tarruda/has",
6
"author": {
7
"name": "Thiago de Arruda",
8
"email": "[email protected]"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/tarruda/has.git"
13
},
14
"bugs": {
15
"url": "https://github.com/tarruda/has/issues"
16
},
17
"licenses": [
18
{
19
"type": "MIT",
20
"url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
21
}
22
],
23
"main": "./src/index",
24
"devDependencies": {
25
"chai": "~1.7.2",
26
"mocha": "^1.21.4"
27
},
28
"engines": {
29
"node": ">= 0.8.0"
30
},
31
"scripts": {
32
"test": "node_modules/mocha/bin/mocha"
33
},
34
"gitHead": "3113c5ff93ec8befffd9cf23c4dbab7a9d429c20",
35
"_id": "[email protected]",
36
"_shasum": "56c6582d23b40f3a5458f68ba79bc6c4bef203b3",
37
"_from": "has@>=1.0.0 <2.0.0",
38
"_npmVersion": "1.4.28",
39
"_npmUser": {
40
"name": "tarruda",
41
"email": "[email protected]"
42
},
43
"maintainers": [
44
{
45
"name": "tarruda",
46
"email": "[email protected]"
47
}
48
],
49
"dist": {
50
"shasum": "56c6582d23b40f3a5458f68ba79bc6c4bef203b3",
51
"tarball": "http://registry.npmjs.org/has/-/has-1.0.0.tgz"
52
},
53
"directories": {},
54
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.0.tgz"
55
}
56
57