forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 2.7 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 2.7 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_args": [
[
"braces@^1.8.2",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/micromatch"
]
],
"_from": "braces@>=1.8.2 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/braces",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "[email protected]",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "braces",
"raw": "braces@^1.8.2",
"rawSpec": "^1.8.2",
"scope": null,
"spec": ">=1.8.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/braces/-/braces-1.8.3.tgz",
"_shasum": "35d4e7dda632b33e215d38a8a9cf4329c9c75d2c",
"_shrinkwrap": null,
"_spec": "braces@^1.8.2",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/braces/issues"
},
"dependencies": {
"expand-range": "^1.8.1",
"preserve": "^0.2.0",
"repeat-element": "^1.1.2"
},
"description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
"devDependencies": {
"benchmarked": "^0.1.3",
"brace-expansion": "^1.1.0",
"chalk": "^0.5.1",
"minimatch": "^2.0.1",
"minimist": "^1.1.0",
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "35d4e7dda632b33e215d38a8a9cf4329c9c75d2c",
"tarball": "http://registry.npmjs.org/braces/-/braces-1.8.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"gitHead": "9ab31c0dbf663ad08a7d9519286858f24e2ea9ac",
"homepage": "https://github.com/jonschlinkert/braces",
"keywords": [
"alpha",
"alphabetical",
"bash",
"brace",
"expand",
"expansion",
"filepath",
"fill",
"fs",
"glob",
"globbing",
"letter",
"match",
"matches",
"matching",
"number",
"numerical",
"path",
"range",
"ranges",
"sh"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "[email protected]"
},
{
"name": "es128",
"email": "[email protected]"
},
{
"name": "doowb",
"email": "[email protected]"
}
],
"name": "braces",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/braces.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.8.3"
}