package.json
2.17 KB
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
{
"_from": "is-object@^1.0.1",
"_id": "is-object@1.0.1",
"_inBundle": false,
"_integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=",
"_location": "/is-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-object@^1.0.1",
"name": "is-object",
"escapedName": "is-object",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/urlobj"
],
"_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
"_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
"_spec": "is-object@^1.0.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\urlobj",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/ljharb/is-object/issues",
"email": "ljharb@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"deprecated": false,
"description": "Checks whether a value is an object",
"devDependencies": {
"covert": "~1.0.0",
"jscs": "~1.6.0",
"tape": "~2.14.0"
},
"homepage": "https://github.com/ljharb/is-object",
"keywords": [],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
}
],
"main": "index",
"name": "is-object",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-object.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node test/index.js && npm run coverage-quiet"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/6..latest",
"firefox/3..6",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/10.0",
"opera/11..latest",
"opera/next",
"safari/4..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "1.0.1"
}