You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "interpret@^1.1.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.1.0",
  12. "name": "interpret",
  13. "escapedName": "interpret",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz",
  22. "_shasum": "d5061a6224be58e8083985f5014d844359576296",
  23. "_spec": "interpret@^1.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://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. "dependencies": {},
  46. "deprecated": false,
  47. "description": "A dictionary of file extensions and associated module loaders.",
  48. "devDependencies": {
  49. "eslint": "^2.13.0",
  50. "eslint-config-gulp": "^3.0.1",
  51. "expect": "^1.20.2",
  52. "istanbul": "^0.4.3",
  53. "istanbul-coveralls": "^1.0.3",
  54. "mocha": "^3.5.3",
  55. "parse-node-version": "^1.0.0",
  56. "rechoir": "^0.6.2",
  57. "shelljs": "0.7.5"
  58. },
  59. "engines": {
  60. "node": ">= 0.10"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/gulpjs/interpret#readme",
  67. "keywords": [
  68. "cirru-script",
  69. "cjsx",
  70. "co",
  71. "coco",
  72. "coffee",
  73. "coffee-script",
  74. "coffee.md",
  75. "coffeescript",
  76. "csv",
  77. "earlgrey",
  78. "es",
  79. "es6",
  80. "iced",
  81. "iced.md",
  82. "iced-coffee-script",
  83. "ini",
  84. "js",
  85. "json",
  86. "json5",
  87. "jsx",
  88. "react",
  89. "litcoffee",
  90. "liticed",
  91. "ls",
  92. "livescript",
  93. "toml",
  94. "ts",
  95. "typescript",
  96. "wisp",
  97. "xml",
  98. "yaml",
  99. "yml"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "interpret",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/gulpjs/interpret.git"
  107. },
  108. "scripts": {
  109. "cover": "istanbul cover _mocha --report lcovonly",
  110. "coveralls": "npm run cover && istanbul-coveralls",
  111. "lint": "eslint .",
  112. "pretest": "rm -rf tmp/ && npm run lint",
  113. "test": "mocha --async-only"
  114. },
  115. "version": "1.2.0"
  116. }