1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "interpret",
|
3 |
|
|
"version": "1.2.0",
|
4 |
|
|
"description": "A dictionary of file extensions and associated module loaders.",
|
5 |
|
|
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
|
6 |
|
|
"contributors": [
|
7 |
|
|
"Blaine Bublitz <blaine.bublitz@gmail.com>",
|
8 |
|
|
"Tyler Kellen <tyler@sleekcode.net> (http://goingslowly.com/)"
|
9 |
|
|
],
|
10 |
|
|
"repository": "gulpjs/interpret",
|
11 |
|
|
"license": "MIT",
|
12 |
|
|
"engines": {
|
13 |
|
|
"node": ">= 0.10"
|
14 |
|
|
},
|
15 |
|
|
"main": "index.js",
|
16 |
|
|
"files": [
|
17 |
|
|
"LICENSE",
|
18 |
|
|
"index.js"
|
19 |
|
|
],
|
20 |
|
|
"scripts": {
|
21 |
|
|
"lint": "eslint .",
|
22 |
|
|
"pretest": "rm -rf tmp/ && npm run lint",
|
23 |
|
|
"test": "mocha --async-only",
|
24 |
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
25 |
|
|
"coveralls": "npm run cover && istanbul-coveralls"
|
26 |
|
|
},
|
27 |
|
|
"dependencies": {},
|
28 |
|
|
"devDependencies": {
|
29 |
|
|
"eslint": "^2.13.0",
|
30 |
|
|
"eslint-config-gulp": "^3.0.1",
|
31 |
|
|
"expect": "^1.20.2",
|
32 |
|
|
"istanbul": "^0.4.3",
|
33 |
|
|
"istanbul-coveralls": "^1.0.3",
|
34 |
|
|
"mocha": "^3.5.3",
|
35 |
|
|
"parse-node-version": "^1.0.0",
|
36 |
|
|
"rechoir": "^0.6.2",
|
37 |
|
|
"shelljs": "0.7.5"
|
38 |
|
|
},
|
39 |
|
|
"keywords": [
|
40 |
|
|
"cirru-script",
|
41 |
|
|
"cjsx",
|
42 |
|
|
"co",
|
43 |
|
|
"coco",
|
44 |
|
|
"coffee",
|
45 |
|
|
"coffee-script",
|
46 |
|
|
"coffee.md",
|
47 |
|
|
"coffeescript",
|
48 |
|
|
"csv",
|
49 |
|
|
"earlgrey",
|
50 |
|
|
"es",
|
51 |
|
|
"es6",
|
52 |
|
|
"iced",
|
53 |
|
|
"iced.md",
|
54 |
|
|
"iced-coffee-script",
|
55 |
|
|
"ini",
|
56 |
|
|
"js",
|
57 |
|
|
"json",
|
58 |
|
|
"json5",
|
59 |
|
|
"jsx",
|
60 |
|
|
"react",
|
61 |
|
|
"litcoffee",
|
62 |
|
|
"liticed",
|
63 |
|
|
"ls",
|
64 |
|
|
"livescript",
|
65 |
|
|
"toml",
|
66 |
|
|
"ts",
|
67 |
|
|
"typescript",
|
68 |
|
|
"wisp",
|
69 |
|
|
"xml",
|
70 |
|
|
"yaml",
|
71 |
|
|
"yml"
|
72 |
|
|
]
|
73 |
|
|
}
|