UNPKG

1.11 kBJSONView Raw
1{
2 "name": "glob-extra",
3 "version": "2.0.0",
4 "description": "Utility which provides expanding of masks, dirs and files to absolute file paths.",
5 "bugs": "https://github.com/gemini-testing/glob-extra/issues",
6 "main": "lib/index.js",
7 "scripts": {
8 "lint": "eslint .",
9 "test-unit": "mocha test",
10 "test": "npm run lint && npm run test-unit",
11 "cover": "istanbul cover _mocha test",
12 "coveralls": "npm i coveralls && npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
13 },
14 "engines": {
15 "node": ">= 4"
16 },
17 "license": "MIT",
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/gemini-testing/path-utils.git"
21 },
22 "keywords": [
23 "expand",
24 "paths",
25 "masks"
26 ],
27 "dependencies": {
28 "glob": "^7.0.5",
29 "lodash": "^4.15.0",
30 "q": "^1.1.2",
31 "q-io": "^2.0.6"
32 },
33 "devDependencies": {
34 "chai": "^3.4.1",
35 "chai-as-promised": "^5.3.0",
36 "eslint": "^3.1.1",
37 "eslint-config-gemini-testing": "^2.2.0",
38 "istanbul": "^0.4.5",
39 "mocha": "^2.4.5",
40 "proxyquire": "^1.7.3",
41 "sinon": "^1.17.2"
42 }
43}