summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/balanced-match/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/balanced-match/package.json')
-rw-r--r--deps/npm/node_modules/balanced-match/package.json96
1 files changed, 96 insertions, 0 deletions
diff --git a/deps/npm/node_modules/balanced-match/package.json b/deps/npm/node_modules/balanced-match/package.json
new file mode 100644
index 0000000000..3f11aaccbf
--- /dev/null
+++ b/deps/npm/node_modules/balanced-match/package.json
@@ -0,0 +1,96 @@
+{
+ "_args": [
+ [
+ "balanced-match@^0.2.0",
+ "/Users/rebecca/code/npm/node_modules/brace-expansion"
+ ]
+ ],
+ "_from": "balanced-match@>=0.2.0 <0.3.0",
+ "_id": "balanced-match@0.2.0",
+ "_inCache": true,
+ "_location": "/balanced-match",
+ "_nodeVersion": "0.10.32",
+ "_npmUser": {
+ "email": "julian@juliangruber.com",
+ "name": "juliangruber"
+ },
+ "_npmVersion": "2.1.8",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "balanced-match",
+ "raw": "balanced-match@^0.2.0",
+ "rawSpec": "^0.2.0",
+ "scope": null,
+ "spec": ">=0.2.0 <0.3.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/brace-expansion"
+ ],
+ "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz",
+ "_shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",
+ "_shrinkwrap": null,
+ "_spec": "balanced-match@^0.2.0",
+ "_where": "/Users/rebecca/code/npm/node_modules/brace-expansion",
+ "author": {
+ "email": "mail@juliangruber.com",
+ "name": "Julian Gruber",
+ "url": "http://juliangruber.com"
+ },
+ "bugs": {
+ "url": "https://github.com/juliangruber/balanced-match/issues"
+ },
+ "dependencies": {},
+ "description": "Match balanced character pairs, like \"{\" and \"}\"",
+ "devDependencies": {
+ "tape": "~1.1.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",
+ "tarball": "http://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
+ },
+ "gitHead": "ba40ed78e7114a4a67c51da768a100184dead39c",
+ "homepage": "https://github.com/juliangruber/balanced-match",
+ "keywords": [
+ "balanced",
+ "match",
+ "parse",
+ "regexp",
+ "test"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "juliangruber",
+ "email": "julian@juliangruber.com"
+ }
+ ],
+ "name": "balanced-match",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/juliangruber/balanced-match.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "testling": {
+ "browsers": [
+ "android-browser/4.2..latest",
+ "chrome/25..latest",
+ "chrome/canary",
+ "firefox/20..latest",
+ "firefox/nightly",
+ "ie/8..latest",
+ "ipad/6.0..latest",
+ "iphone/6.0..latest",
+ "opera/12..latest",
+ "opera/next",
+ "safari/5.1..latest"
+ ],
+ "files": "test/*.js"
+ },
+ "version": "0.2.0"
+}