l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

package.json (1965B)


      1 {
      2   "_from": "balanced-match@^1.0.0",
      3   "_id": "balanced-match@1.0.0",
      4   "_inBundle": false,
      5   "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
      6   "_location": "/balanced-match",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "balanced-match@^1.0.0",
     12     "name": "balanced-match",
     13     "escapedName": "balanced-match",
     14     "rawSpec": "^1.0.0",
     15     "saveSpec": null,
     16     "fetchSpec": "^1.0.0"
     17   },
     18   "_requiredBy": [
     19     "/brace-expansion"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
     22   "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
     23   "_spec": "balanced-match@^1.0.0",
     24   "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/brace-expansion",
     25   "author": {
     26     "name": "Julian Gruber",
     27     "email": "mail@juliangruber.com",
     28     "url": "http://juliangruber.com"
     29   },
     30   "bugs": {
     31     "url": "https://github.com/juliangruber/balanced-match/issues"
     32   },
     33   "bundleDependencies": false,
     34   "dependencies": {},
     35   "deprecated": false,
     36   "description": "Match balanced character pairs, like \"{\" and \"}\"",
     37   "devDependencies": {
     38     "matcha": "^0.7.0",
     39     "tape": "^4.6.0"
     40   },
     41   "homepage": "https://github.com/juliangruber/balanced-match",
     42   "keywords": [
     43     "match",
     44     "regexp",
     45     "test",
     46     "balanced",
     47     "parse"
     48   ],
     49   "license": "MIT",
     50   "main": "index.js",
     51   "name": "balanced-match",
     52   "repository": {
     53     "type": "git",
     54     "url": "git://github.com/juliangruber/balanced-match.git"
     55   },
     56   "scripts": {
     57     "bench": "make bench",
     58     "test": "make test"
     59   },
     60   "testling": {
     61     "files": "test/*.js",
     62     "browsers": [
     63       "ie/8..latest",
     64       "firefox/20..latest",
     65       "firefox/nightly",
     66       "chrome/25..latest",
     67       "chrome/canary",
     68       "opera/12..latest",
     69       "opera/next",
     70       "safari/5.1..latest",
     71       "ipad/6.0..latest",
     72       "iphone/6.0..latest",
     73       "android-browser/4.2..latest"
     74     ]
     75   },
     76   "version": "1.0.0"
     77 }