]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/glob/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / glob / package.json
1 {
2   "author": {
3     "name": "Isaac Z. Schlueter",
4     "email": "i@izs.me",
5     "url": "http://blog.izs.me/"
6   },
7   "name": "glob",
8   "description": "a little globber",
9   "version": "7.0.6",
10   "repository": {
11     "type": "git",
12     "url": "git://github.com/isaacs/node-glob.git"
13   },
14   "main": "glob.js",
15   "files": [
16     "glob.js",
17     "sync.js",
18     "common.js"
19   ],
20   "engines": {
21     "node": "*"
22   },
23   "dependencies": {
24     "fs.realpath": "^1.0.0",
25     "inflight": "^1.0.4",
26     "inherits": "2",
27     "minimatch": "^3.0.2",
28     "once": "^1.3.0",
29     "path-is-absolute": "^1.0.0"
30   },
31   "devDependencies": {
32     "mkdirp": "0",
33     "rimraf": "^2.2.8",
34     "tap": "^5.7.0",
35     "tick": "0.0.6"
36   },
37   "scripts": {
38     "prepublish": "npm run benchclean",
39     "profclean": "rm -f v8.log profile.txt",
40     "test": "tap test/*.js --cov",
41     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
42     "bench": "bash benchmark.sh",
43     "prof": "bash prof.sh && cat profile.txt",
44     "benchclean": "node benchclean.js"
45   },
46   "license": "ISC",
47   "gitHead": "98327d8def195b1ba200217952df8ea829426038",
48   "bugs": {
49     "url": "https://github.com/isaacs/node-glob/issues"
50   },
51   "homepage": "https://github.com/isaacs/node-glob#readme",
52   "_id": "glob@7.0.6",
53   "_shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
54   "_from": "glob@7.0.6",
55   "_npmVersion": "3.10.7",
56   "_nodeVersion": "4.5.0",
57   "_npmUser": {
58     "name": "isaacs",
59     "email": "i@izs.me"
60   },
61   "dist": {
62     "shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
63     "tarball": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz"
64   },
65   "maintainers": [
66     {
67       "name": "isaacs",
68       "email": "i@izs.me"
69     }
70   ],
71   "_npmOperationalInternal": {
72     "host": "packages-16-east.internal.npmjs.com",
73     "tmp": "tmp/glob-7.0.6.tgz_1472074762911_0.47247025789693"
74   },
75   "directories": {},
76   "_resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
77   "readme": "ERROR: No README data found!"
78 }