Initial commit
[yaffs-website] / node_modules / glob2base / package.json
1 {
2   "_args": [
3     [
4       "glob2base@^0.0.12",
5       "/var/www/yaffs/node_modules/glob-stream"
6     ]
7   ],
8   "_from": "glob2base@>=0.0.12 <0.0.13",
9   "_id": "glob2base@0.0.12",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob2base",
13   "_nodeVersion": "0.10.33",
14   "_npmUser": {
15     "email": "contact@wearefractal.com",
16     "name": "fractal"
17   },
18   "_npmVersion": "2.1.6",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "glob2base",
22     "raw": "glob2base@^0.0.12",
23     "rawSpec": "^0.0.12",
24     "scope": null,
25     "spec": ">=0.0.12 <0.0.13",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/glob-stream"
30   ],
31   "_resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
32   "_shasum": "9d419b3e28f12e83a362164a277055922c9c0d56",
33   "_shrinkwrap": null,
34   "_spec": "glob2base@^0.0.12",
35   "_where": "/var/www/yaffs/node_modules/glob-stream",
36   "author": {
37     "email": "contact@wearefractal.com",
38     "name": "Fractal",
39     "url": "http://wearefractal.com/"
40   },
41   "bugs": {
42     "url": "https://github.com/wearefractal/glob2base/issues"
43   },
44   "dependencies": {
45     "find-index": "^0.1.1"
46   },
47   "description": "Extracts a base path from a node-glob instance",
48   "devDependencies": {
49     "coveralls": "^2.6.1",
50     "glob": "^4.0.0",
51     "istanbul": "^0.3.2",
52     "jshint": "^2.4.1",
53     "jshint-stylish": "^1.0.0",
54     "mocha": "^2.0.0",
55     "mocha-lcov-reporter": "^0.0.1",
56     "should": "^4.0.0"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "9d419b3e28f12e83a362164a277055922c9c0d56",
61     "tarball": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz"
62   },
63   "engines": {
64     "node": ">= 0.10"
65   },
66   "files": [
67     "index.js",
68     "lib"
69   ],
70   "gitHead": "d3fadacea415f4676fd431c90cd2205a2f1e6b26",
71   "homepage": "http://github.com/wearefractal/glob2base",
72   "licenses": [
73     {
74       "type": "MIT",
75       "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
76     }
77   ],
78   "main": "./index.js",
79   "maintainers": [
80     {
81       "name": "fractal",
82       "email": "contact@wearefractal.com"
83     }
84   ],
85   "name": "glob2base",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git://github.com/wearefractal/glob2base.git"
91   },
92   "scripts": {
93     "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
94     "lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
95     "test": "npm run-script lint && mocha --reporter spec"
96   },
97   "version": "0.0.12"
98 }