-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.96 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.96 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
{
"_from": "compare-func@^1.3.2",
"_id": "compare-func@1.3.4",
"_inBundle": false,
"_integrity": "sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q==",
"_location": "/compare-func",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "compare-func@^1.3.2",
"name": "compare-func",
"escapedName": "compare-func",
"rawSpec": "^1.3.2",
"saveSpec": null,
"fetchSpec": "^1.3.2"
},
"_requiredBy": [
"/cordova-android"
],
"_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.4.tgz",
"_shasum": "6b07c4c5e8341119baf44578085bda0f4a823516",
"_spec": "compare-func@^1.3.2",
"_where": "D:\\freddy\\source\\repos\\Cordova\\tasks\\node_modules\\cordova-android",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"bugs": {
"url": "https://github.com/stevemao/compare-func/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-ify": "^1.0.0",
"dot-prop": "^3.0.0"
},
"deprecated": false,
"description": "Get a compare function for array to sort",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.4",
"jscs": "^3.0.5",
"jshint": "^2.7.0",
"mocha": "^2.5.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stevemao/compare-func",
"keywords": [
"compare-func",
"arr",
"array",
"by",
"compare",
"dot",
"get",
"obj",
"object",
"prop",
"property",
"sort",
"sorting"
],
"license": "MIT",
"name": "compare-func",
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/compare-func.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "npm run-script lint && mocha"
},
"version": "1.3.4"
}