123 lines
2.6 KiB
JSON
123 lines
2.6 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"interpret@2.2.0",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "interpret@2.2.0",
|
||
|
"_id": "interpret@2.2.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
|
||
|
"_location": "/interpret",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "interpret@2.2.0",
|
||
|
"name": "interpret",
|
||
|
"escapedName": "interpret",
|
||
|
"rawSpec": "2.2.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.2.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/webpack-cli"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz",
|
||
|
"_spec": "2.2.0",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"author": {
|
||
|
"name": "Gulp Team",
|
||
|
"email": "team@gulpjs.com",
|
||
|
"url": "http://gulpjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gulpjs/interpret/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Blaine Bublitz",
|
||
|
"email": "blaine.bublitz@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Tyler Kellen",
|
||
|
"email": "tyler@sleekcode.net",
|
||
|
"url": "http://goingslowly.com/"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "A dictionary of file extensions and associated module loaders.",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "github:phated/node-coveralls#2.x",
|
||
|
"eslint": "^2.13.0",
|
||
|
"eslint-config-gulp": "^3.0.1",
|
||
|
"expect": "^1.20.2",
|
||
|
"mocha": "^3.5.3",
|
||
|
"nyc": "^10.3.2",
|
||
|
"parse-node-version": "^1.0.0",
|
||
|
"rechoir": "^0.7.0",
|
||
|
"shelljs": "0.7.5",
|
||
|
"trash-cli": "^3.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"index.js",
|
||
|
"mjs-stub.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/gulpjs/interpret#readme",
|
||
|
"keywords": [
|
||
|
"cirru-script",
|
||
|
"cjsx",
|
||
|
"co",
|
||
|
"coco",
|
||
|
"coffee",
|
||
|
"coffee-script",
|
||
|
"coffee.md",
|
||
|
"coffeescript",
|
||
|
"csv",
|
||
|
"earlgrey",
|
||
|
"es",
|
||
|
"es6",
|
||
|
"iced",
|
||
|
"iced.md",
|
||
|
"iced-coffee-script",
|
||
|
"ini",
|
||
|
"js",
|
||
|
"json",
|
||
|
"json5",
|
||
|
"jsx",
|
||
|
"react",
|
||
|
"litcoffee",
|
||
|
"liticed",
|
||
|
"ls",
|
||
|
"livescript",
|
||
|
"toml",
|
||
|
"ts",
|
||
|
"typescript",
|
||
|
"wisp",
|
||
|
"xml",
|
||
|
"yaml",
|
||
|
"yml"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "interpret",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gulpjs/interpret.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
|
||
|
"coveralls": "nyc --reporter=text-lcov npm test | coveralls",
|
||
|
"lint": "eslint .",
|
||
|
"pretest": "rm -rf tmp/ && npm run lint",
|
||
|
"test": "mocha --async-only"
|
||
|
},
|
||
|
"version": "2.2.0"
|
||
|
}
|