Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 views
1
{
2
"name": "brace-expansion",
3
"description": "Brace expansion as known from sh/bash",
4
"version": "1.1.0",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/juliangruber/brace-expansion.git"
8
},
9
"homepage": "https://github.com/juliangruber/brace-expansion",
10
"main": "index.js",
11
"scripts": {
12
"test": "tape test/*.js",
13
"gentest": "bash test/generate.sh"
14
},
15
"dependencies": {
16
"balanced-match": "^0.2.0",
17
"concat-map": "0.0.1"
18
},
19
"devDependencies": {
20
"tape": "^3.0.3"
21
},
22
"keywords": [],
23
"author": {
24
"name": "Julian Gruber",
25
"email": "[email protected]",
26
"url": "http://juliangruber.com"
27
},
28
"license": "MIT",
29
"testling": {
30
"files": "test/*.js",
31
"browsers": [
32
"ie/8..latest",
33
"firefox/20..latest",
34
"firefox/nightly",
35
"chrome/25..latest",
36
"chrome/canary",
37
"opera/12..latest",
38
"opera/next",
39
"safari/5.1..latest",
40
"ipad/6.0..latest",
41
"iphone/6.0..latest",
42
"android-browser/4.2..latest"
43
]
44
},
45
"gitHead": "b5fa3b1c74e5e2dba2d0efa19b28335641bc1164",
46
"bugs": {
47
"url": "https://github.com/juliangruber/brace-expansion/issues"
48
},
49
"_id": "[email protected]",
50
"_shasum": "c9b7d03c03f37bc704be100e522b40db8f6cfcd9",
51
"_from": "brace-expansion@>=1.0.0 <2.0.0",
52
"_npmVersion": "2.1.10",
53
"_nodeVersion": "0.10.32",
54
"_npmUser": {
55
"name": "juliangruber",
56
"email": "[email protected]"
57
},
58
"maintainers": [
59
{
60
"name": "juliangruber",
61
"email": "[email protected]"
62
},
63
{
64
"name": "isaacs",
65
"email": "[email protected]"
66
}
67
],
68
"dist": {
69
"shasum": "c9b7d03c03f37bc704be100e522b40db8f6cfcd9",
70
"tarball": "http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz"
71
},
72
"directories": {},
73
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
74
"readme": "ERROR: No README data found!"
75
}
76
77