UNPKG

1.5 kBJSONView Raw
1{
2 "name": "interpret",
3 "version": "3.1.1",
4 "description": "A dictionary of file extensions and associated module loaders.",
5 "author": "Gulp Team <team@gulpjs.com> (https://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": ">=10.13.0"
14 },
15 "main": "index.js",
16 "files": [
17 "LICENSE",
18 "index.js",
19 "cjs-stub.js",
20 "mjs-stub.js"
21 ],
22 "scripts": {
23 "readme": "remark README.md --use ./scripts/plugin.mjs --output",
24 "lint": "eslint .",
25 "pretest": "npm run lint",
26 "test": "nyc mocha --async-only"
27 },
28 "devDependencies": {
29 "eslint": "^7.0.0",
30 "eslint-config-gulp": "^5.0.0",
31 "eslint-plugin-node": "^11.1.0",
32 "expect": "^27.0.0",
33 "js-yaml": "^4.1.0",
34 "mocha": "^8.0.0",
35 "nyc": "^15.0.0",
36 "parse-node-version": "^2.0.0",
37 "rechoir": "^0.8.0",
38 "remark-cli": "^10.0.1",
39 "remark-code-import": "^1.1.0",
40 "shelljs": "0.8.5"
41 },
42 "nyc": {
43 "extension": [
44 ".js"
45 ],
46 "reporter": [
47 "lcov",
48 "text-summary"
49 ]
50 },
51 "prettier": {
52 "singleQuote": true
53 },
54 "keywords": [
55 "coffee",
56 "coffee.md",
57 "coffeescript",
58 "es",
59 "es6",
60 "js",
61 "json",
62 "json5",
63 "jsx",
64 "react",
65 "litcoffee",
66 "toml",
67 "ts",
68 "typescript",
69 "xml",
70 "yaml",
71 "yml"
72 ]
73}