package.json 2.6 KB

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