package.json
2.03 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
{
"_from": "is-arrayish@^0.3.1",
"_id": "is-arrayish@0.3.2",
"_inBundle": false,
"_integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
"_location": "/is-arrayish",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-arrayish@^0.3.1",
"name": "is-arrayish",
"escapedName": "is-arrayish",
"rawSpec": "^0.3.1",
"saveSpec": null,
"fetchSpec": "^0.3.1"
},
"_requiredBy": [
"/simple-swizzle"
],
"_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
"_shasum": "4574a2ae56f7ab206896fb431eaeed066fdf8f03",
"_spec": "is-arrayish@^0.3.1",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\node_modules\\simple-swizzle",
"author": {
"name": "Qix",
"url": "http://github.com/qix-"
},
"bugs": {
"url": "https://github.com/qix-/node-is-arrayish/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Determines if an object can be used as an array",
"devDependencies": {
"@zeit/eslint-config-node": "^0.3.0",
"@zeit/git-hooks": "^0.1.4",
"coffeescript": "^2.3.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"should": "^13.2.1"
},
"eslintConfig": {
"extends": [
"@zeit/eslint-config-node"
]
},
"git": {
"pre-commit": "lint-staged"
},
"homepage": "https://github.com/qix-/node-is-arrayish#readme",
"keywords": [
"is",
"array",
"duck",
"type",
"arrayish",
"similar",
"proto",
"prototype",
"type"
],
"license": "MIT",
"name": "is-arrayish",
"repository": {
"type": "git",
"url": "git+https://github.com/qix-/node-is-arrayish.git"
},
"scripts": {
"lint": "zeit-eslint --ext .jsx,.js .",
"lint-staged": "git diff --diff-filter=ACMRT --cached --name-only '*.js' '*.jsx' | xargs zeit-eslint",
"test": "mocha --require coffeescript/register ./test/**/*.coffee"
},
"version": "0.3.2"
}