package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "interpret@3.1.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "interpret@3.1.1",
  10. "_id": "interpret@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
  13. "_location": "/interpret",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "interpret@3.1.1",
  19. "name": "interpret",
  20. "escapedName": "interpret",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-cli"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/interpret/-/interpret-3.1.1.tgz",
  29. "_spec": "3.1.1",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Gulp Team",
  33. "email": "team@gulpjs.com",
  34. "url": "https://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. "description": "A dictionary of file extensions and associated module loaders.",
  51. "devDependencies": {
  52. "eslint": "^7.0.0",
  53. "eslint-config-gulp": "^5.0.0",
  54. "eslint-plugin-node": "^11.1.0",
  55. "expect": "^27.0.0",
  56. "js-yaml": "^4.1.0",
  57. "mocha": "^8.0.0",
  58. "nyc": "^15.0.0",
  59. "parse-node-version": "^2.0.0",
  60. "rechoir": "^0.8.0",
  61. "remark-cli": "^10.0.1",
  62. "remark-code-import": "^1.1.0",
  63. "shelljs": "0.8.5"
  64. },
  65. "engines": {
  66. "node": ">=10.13.0"
  67. },
  68. "files": [
  69. "LICENSE",
  70. "index.js",
  71. "cjs-stub.js",
  72. "mjs-stub.js"
  73. ],
  74. "homepage": "https://github.com/gulpjs/interpret#readme",
  75. "keywords": [
  76. "coffee",
  77. "coffee.md",
  78. "coffeescript",
  79. "es",
  80. "es6",
  81. "js",
  82. "json",
  83. "json5",
  84. "jsx",
  85. "react",
  86. "litcoffee",
  87. "toml",
  88. "ts",
  89. "typescript",
  90. "xml",
  91. "yaml",
  92. "yml"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "interpret",
  97. "nyc": {
  98. "extension": [
  99. ".js"
  100. ],
  101. "reporter": [
  102. "lcov",
  103. "text-summary"
  104. ]
  105. },
  106. "prettier": {
  107. "singleQuote": true
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/gulpjs/interpret.git"
  112. },
  113. "scripts": {
  114. "lint": "eslint .",
  115. "pretest": "npm run lint",
  116. "readme": "remark README.md --use ./scripts/plugin.mjs --output",
  117. "test": "nyc mocha --async-only"
  118. },
  119. "version": "3.1.1"
  120. }