package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "interpret@^1.0.0",
  3. "_id": "interpret@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==",
  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"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz",
  23. "_shasum": "d5061a6224be58e8083985f5014d844359576296",
  24. "_spec": "interpret@^1.0.0",
  25. "_where": "D:\\workSpace\\dealer_front\\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. },
  60. "engines": {
  61. "node": ">= 0.10"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/gulpjs/interpret#readme",
  68. "keywords": [
  69. "cirru-script",
  70. "cjsx",
  71. "co",
  72. "coco",
  73. "coffee",
  74. "coffee-script",
  75. "coffee.md",
  76. "coffeescript",
  77. "csv",
  78. "earlgrey",
  79. "es",
  80. "es6",
  81. "iced",
  82. "iced.md",
  83. "iced-coffee-script",
  84. "ini",
  85. "js",
  86. "json",
  87. "json5",
  88. "jsx",
  89. "react",
  90. "litcoffee",
  91. "liticed",
  92. "ls",
  93. "livescript",
  94. "toml",
  95. "ts",
  96. "typescript",
  97. "wisp",
  98. "xml",
  99. "yaml",
  100. "yml"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "interpret",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/gulpjs/interpret.git"
  108. },
  109. "scripts": {
  110. "cover": "istanbul cover _mocha --report lcovonly",
  111. "coveralls": "npm run cover && istanbul-coveralls",
  112. "lint": "eslint .",
  113. "pretest": "rm -rf tmp/ && npm run lint",
  114. "test": "mocha --async-only"
  115. },
  116. "version": "1.2.0"
  117. }