]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/test/packages/npm-test-bundled-git/minimatch-expected.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / test / packages / npm-test-bundled-git / minimatch-expected.json
1 {
2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3   "name": "minimatch",
4   "description": "a glob matcher in javascript",
5   "version": "0.2.1",
6   "repository": {
7     "type": "git",
8     "url": "git://github.com/isaacs/minimatch.git"
9   },
10   "main": "minimatch.js",
11   "scripts": {
12     "test": "tap test"
13   },
14   "engines": {
15     "node": "*"
16   },
17   "dependencies": {
18     "lru-cache": "~1.0.5"
19   },
20   "devDependencies": {
21     "tap": "~0.1.3"
22   },
23   "licenses" : [
24     {
25       "type" : "MIT",
26       "url" : "http://github.com/isaacs/minimatch/raw/master/LICENSE"
27     }
28   ]
29 }