package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "interpret@^1.2.0",
  3. "_id": "interpret@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
  6. "_location": "/interpret",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "interpret@^1.2.0",
  12. "name": "interpret",
  13. "escapedName": "interpret",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/plop"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
  22. "_shasum": "665ab8bc4da27a774a40584e812e3e0fa45b1a1e",
  23. "_spec": "interpret@^1.2.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\plop",
  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. "eslint": "^2.13.0",
  50. "eslint-config-gulp": "^3.0.1",
  51. "expect": "^1.20.2",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "mocha": "^3.5.3",
  55. "parse-node-version": "^1.0.0",
  56. "rechoir": "^0.6.2",
  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": "istanbul cover _mocha --report lcovonly",
  112. "coveralls": "npm run cover && istanbul-coveralls",
  113. "lint": "eslint .",
  114. "pretest": "rm -rf tmp/ && npm run lint",
  115. "test": "mocha --async-only"
  116. },
  117. "version": "1.4.0"
  118. }