package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "interpret@1.4.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "interpret@1.4.0",
  10. "_id": "interpret@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Zlq4vE2iendKQFhOgS4+D6RbGh4=",
  13. "_location": "/interpret",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "interpret@1.4.0",
  19. "name": "interpret",
  20. "escapedName": "interpret",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-import-resolver-webpack"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/interpret/download/interpret-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Gulp Team",
  33. "email": "team@gulpjs.com",
  34. "url": "http://gulpjs.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/gulpjs/interpret/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Blaine Bublitz",
  42. "email": "blaine.bublitz@gmail.com"
  43. },
  44. {
  45. "name": "Tyler Kellen",
  46. "email": "tyler@sleekcode.net",
  47. "url": "http://goingslowly.com/"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "A dictionary of file extensions and associated module loaders.",
  52. "devDependencies": {
  53. "eslint": "^2.13.0",
  54. "eslint-config-gulp": "^3.0.1",
  55. "expect": "^1.20.2",
  56. "istanbul": "^0.4.3",
  57. "istanbul-coveralls": "^1.0.3",
  58. "mocha": "^3.5.3",
  59. "parse-node-version": "^1.0.0",
  60. "rechoir": "^0.6.2",
  61. "shelljs": "0.7.5",
  62. "trash-cli": "^3.0.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.10"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "index.js",
  70. "mjs-stub.js"
  71. ],
  72. "homepage": "https://github.com/gulpjs/interpret#readme",
  73. "keywords": [
  74. "cirru-script",
  75. "cjsx",
  76. "co",
  77. "coco",
  78. "coffee",
  79. "coffee-script",
  80. "coffee.md",
  81. "coffeescript",
  82. "csv",
  83. "earlgrey",
  84. "es",
  85. "es6",
  86. "iced",
  87. "iced.md",
  88. "iced-coffee-script",
  89. "ini",
  90. "js",
  91. "json",
  92. "json5",
  93. "jsx",
  94. "react",
  95. "litcoffee",
  96. "liticed",
  97. "ls",
  98. "livescript",
  99. "toml",
  100. "ts",
  101. "typescript",
  102. "wisp",
  103. "xml",
  104. "yaml",
  105. "yml"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "name": "interpret",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/gulpjs/interpret.git"
  113. },
  114. "scripts": {
  115. "cover": "istanbul cover _mocha --report lcovonly",
  116. "coveralls": "npm run cover && istanbul-coveralls",
  117. "lint": "eslint .",
  118. "pretest": "rm -rf tmp/ && npm run lint",
  119. "test": "mocha --async-only"
  120. },
  121. "version": "1.4.0"
  122. }