package.json 2.6 KB

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