-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.46 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
{
"_from": "objectorarray@^1.0.4",
"_id": "objectorarray@1.0.4",
"_inBundle": false,
"_integrity": "sha512-91k8bjcldstRz1bG6zJo8lWD7c6QXcB4nTDUqiEvIL1xAsLoZlOOZZG+nd6YPz+V7zY1580J4Xxh1vZtyv4i/w==",
"_location": "/objectorarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "objectorarray@^1.0.4",
"name": "objectorarray",
"escapedName": "objectorarray",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/endent"
],
"_resolved": "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.4.tgz",
"_shasum": "d69b2f0ff7dc2701903d308bb85882f4ddb49483",
"_spec": "objectorarray@^1.0.4",
"_where": "D:\\freddy\\source\\repos\\Cordova\\tasks\\node_modules\\endent",
"author": {
"name": "zhouhancheng",
"email": "z308114274@gmail.com"
},
"bugs": {
"url": "https://github.com/ZhouHansen/objectnotnull/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Is the value an object or an array but not null?",
"devDependencies": {
"tape": "^4.8.0"
},
"homepage": "https://github.com/ZhouHansen/objectnotnull#readme",
"keywords": [
"javascript"
],
"license": "ISC",
"main": "dist/index.js",
"name": "objectorarray",
"repository": {
"type": "git",
"url": "git+https://github.com/ZhouHansen/objectnotnull.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "1.0.4"
}