117 lines
2.6 KiB
JSON
117 lines
2.6 KiB
JSON
{
|
|
"_from": "interpret@^3.1.1",
|
|
"_id": "interpret@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
|
|
"_location": "/interpret",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "interpret@^3.1.1",
|
|
"name": "interpret",
|
|
"escapedName": "interpret",
|
|
"rawSpec": "^3.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
|
|
"_shasum": "5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4",
|
|
"_spec": "interpret@^3.1.1",
|
|
"_where": "C:\\Users\\Wlad\\Projekte\\Mediaplayer\\node_modules\\webpack-cli",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "https://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/interpret/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tyler Kellen",
|
|
"email": "tyler@sleekcode.net",
|
|
"url": "http://goingslowly.com/"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "A dictionary of file extensions and associated module loaders.",
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-gulp": "^5.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"expect": "^27.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"mocha": "^8.0.0",
|
|
"nyc": "^15.0.0",
|
|
"parse-node-version": "^2.0.0",
|
|
"rechoir": "^0.8.0",
|
|
"remark-cli": "^10.0.1",
|
|
"remark-code-import": "^1.1.0",
|
|
"shelljs": "0.8.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js",
|
|
"cjs-stub.js",
|
|
"mjs-stub.js"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/interpret#readme",
|
|
"keywords": [
|
|
"coffee",
|
|
"coffee.md",
|
|
"coffeescript",
|
|
"es",
|
|
"es6",
|
|
"js",
|
|
"json",
|
|
"json5",
|
|
"jsx",
|
|
"react",
|
|
"litcoffee",
|
|
"toml",
|
|
"ts",
|
|
"typescript",
|
|
"xml",
|
|
"yaml",
|
|
"yml"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "interpret",
|
|
"nyc": {
|
|
"extension": [
|
|
".js"
|
|
],
|
|
"reporter": [
|
|
"lcov",
|
|
"text-summary"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/interpret.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"readme": "remark README.md --use ./scripts/plugin.mjs --output",
|
|
"test": "nyc mocha --async-only"
|
|
},
|
|
"version": "3.1.1"
|
|
}
|