package.json
2.26 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
91
92
{
"_args": [
[
"array-slice@^0.2.3",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\expand-braces"
]
],
"_from": "array-slice@>=0.2.3 <0.3.0",
"_id": "array-slice@0.2.3",
"_inCache": true,
"_installable": true,
"_location": "/array-slice",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "array-slice",
"raw": "array-slice@^0.2.3",
"rawSpec": "^0.2.3",
"scope": null,
"spec": ">=0.2.3 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/expand-braces"
],
"_resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
"_shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
"_shrinkwrap": null,
"_spec": "array-slice@^0.2.3",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\expand-braces",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-slice/issues"
},
"dependencies": {},
"description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
"devDependencies": {
"mocha": "*",
"should": "^5.2.0"
},
"directories": {},
"dist": {
"shasum": "dd3cfb80ed7973a75117cdac69b0b99ec86186f5",
"tarball": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "15bcb1d3d2d5689a1f519207cecb3ab3a63b8654",
"homepage": "https://github.com/jonschlinkert/array-slice",
"keywords": [
"array",
"javascript",
"js",
"slice",
"util",
"utils"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/array-slice/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"email": "github@sellside.com",
"name": "jonschlinkert"
}
],
"name": "array-slice",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/array-slice.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.2.3"
}