package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "interpret@^1.0.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.0.0",
  12. "name": "interpret",
  13. "escapedName": "interpret",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/shelljs",
  20. "/webpack-cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/interpret/-/interpret-1.4.0.tgz",
  23. "_shasum": "665ab8bc4da27a774a40584e812e3e0fa45b1a1e",
  24. "_spec": "interpret@^1.0.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\shelljs",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "http://gulpjs.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gulpjs/interpret/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "email": "blaine.bublitz@gmail.com"
  39. },
  40. {
  41. "name": "Tyler Kellen",
  42. "email": "tyler@sleekcode.net",
  43. "url": "http://goingslowly.com/"
  44. }
  45. ],
  46. "dependencies": {},
  47. "deprecated": false,
  48. "description": "A dictionary of file extensions and associated module loaders.",
  49. "devDependencies": {
  50. "eslint": "^2.13.0",
  51. "eslint-config-gulp": "^3.0.1",
  52. "expect": "^1.20.2",
  53. "istanbul": "^0.4.3",
  54. "istanbul-coveralls": "^1.0.3",
  55. "mocha": "^3.5.3",
  56. "parse-node-version": "^1.0.0",
  57. "rechoir": "^0.6.2",
  58. "shelljs": "0.7.5",
  59. "trash-cli": "^3.0.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "index.js",
  67. "mjs-stub.js"
  68. ],
  69. "homepage": "https://github.com/gulpjs/interpret#readme",
  70. "keywords": [
  71. "cirru-script",
  72. "cjsx",
  73. "co",
  74. "coco",
  75. "coffee",
  76. "coffee-script",
  77. "coffee.md",
  78. "coffeescript",
  79. "csv",
  80. "earlgrey",
  81. "es",
  82. "es6",
  83. "iced",
  84. "iced.md",
  85. "iced-coffee-script",
  86. "ini",
  87. "js",
  88. "json",
  89. "json5",
  90. "jsx",
  91. "react",
  92. "litcoffee",
  93. "liticed",
  94. "ls",
  95. "livescript",
  96. "toml",
  97. "ts",
  98. "typescript",
  99. "wisp",
  100. "xml",
  101. "yaml",
  102. "yml"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "interpret",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/gulpjs/interpret.git"
  110. },
  111. "scripts": {
  112. "cover": "istanbul cover _mocha --report lcovonly",
  113. "coveralls": "npm run cover && istanbul-coveralls",
  114. "lint": "eslint .",
  115. "pretest": "rm -rf tmp/ && npm run lint",
  116. "test": "mocha --async-only"
  117. },
  118. "version": "1.4.0"
  119. }