package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "interpret@^2.2.0",
  3. "_id": "interpret@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==",
  6. "_location": "/interpret",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "interpret@^2.2.0",
  12. "name": "interpret",
  13. "escapedName": "interpret",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/interpret/-/interpret-2.2.0.tgz",
  22. "_shasum": "1a78a0b5965c40a5416d007ad6f50ad27c417df9",
  23. "_spec": "interpret@^2.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/interpret/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Tyler Kellen",
  41. "email": "tyler@sleekcode.net",
  42. "url": "http://goingslowly.com/"
  43. }
  44. ],
  45. "dependencies": {},
  46. "deprecated": false,
  47. "description": "A dictionary of file extensions and associated module loaders.",
  48. "devDependencies": {
  49. "coveralls": "github:phated/node-coveralls#2.x",
  50. "eslint": "^2.13.0",
  51. "eslint-config-gulp": "^3.0.1",
  52. "expect": "^1.20.2",
  53. "mocha": "^3.5.3",
  54. "nyc": "^10.3.2",
  55. "parse-node-version": "^1.0.0",
  56. "rechoir": "^0.7.0",
  57. "shelljs": "0.7.5",
  58. "trash-cli": "^3.0.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.10"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "index.js",
  66. "mjs-stub.js"
  67. ],
  68. "homepage": "https://github.com/gulpjs/interpret#readme",
  69. "keywords": [
  70. "cirru-script",
  71. "cjsx",
  72. "co",
  73. "coco",
  74. "coffee",
  75. "coffee-script",
  76. "coffee.md",
  77. "coffeescript",
  78. "csv",
  79. "earlgrey",
  80. "es",
  81. "es6",
  82. "iced",
  83. "iced.md",
  84. "iced-coffee-script",
  85. "ini",
  86. "js",
  87. "json",
  88. "json5",
  89. "jsx",
  90. "react",
  91. "litcoffee",
  92. "liticed",
  93. "ls",
  94. "livescript",
  95. "toml",
  96. "ts",
  97. "typescript",
  98. "wisp",
  99. "xml",
  100. "yaml",
  101. "yml"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "name": "interpret",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/gulpjs/interpret.git"
  109. },
  110. "scripts": {
  111. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  112. "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
  113. "lint": "eslint .",
  114. "pretest": "rm -rf tmp/ && npm run lint",
  115. "test": "mocha --async-only"
  116. },
  117. "version": "2.2.0"
  118. }