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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "rechoir@^0.6.2",
  3. "_id": "rechoir@0.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
  6. "_location": "/rechoir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rechoir@^0.6.2",
  12. "name": "rechoir",
  13. "escapedName": "rechoir",
  14. "rawSpec": "^0.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.2"
  17. },
  18. "_requiredBy": [
  19. "/liftoff"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
  22. "_shasum": "85204b54dba82d5742e28c96756ef43af50e3384",
  23. "_spec": "rechoir@^0.6.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  25. "author": {
  26. "name": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tkellen/node-rechoir/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "resolve": "^1.1.6"
  35. },
  36. "deprecated": false,
  37. "description": "Require any supported file as a node module.",
  38. "devDependencies": {
  39. "babel": "^5.4.3",
  40. "chai": "^2.3.0",
  41. "coco": "^0.9.1",
  42. "coffee-script": "^1.9.2",
  43. "earlgrey": "0.0.9",
  44. "iced-coffee-script": "^1.8.0-d",
  45. "interpret": "^0.6.1",
  46. "json5": "^0.4.0",
  47. "livescript": "^1.4.0",
  48. "mocha": "^2.2.5",
  49. "node-jsx": "^0.13.3",
  50. "require-csv": "0.0.1",
  51. "require-ini": "0.0.1",
  52. "require-uncached": "^1.0.2",
  53. "require-xml": "0.0.1",
  54. "require-yaml": "0.0.1",
  55. "rimraf": "^2.3.4",
  56. "semver": "^4.3.4",
  57. "sinon": "^1.14.1",
  58. "toml-require": "^1.0.1",
  59. "typescript-register": "^1.1.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "homepage": "https://github.com/tkellen/node-rechoir",
  65. "keywords": [
  66. "require",
  67. "cjsx",
  68. "co",
  69. "coco",
  70. "coffee-script",
  71. "coffee",
  72. "coffee.md",
  73. "csv",
  74. "earlgrey",
  75. "es",
  76. "es6",
  77. "iced",
  78. "iced.md",
  79. "iced-coffee-script",
  80. "ini",
  81. "js",
  82. "json",
  83. "json5",
  84. "jsx",
  85. "react",
  86. "litcoffee",
  87. "liticed",
  88. "ls",
  89. "livescript",
  90. "toml",
  91. "ts",
  92. "typescript",
  93. "xml",
  94. "yaml",
  95. "yml"
  96. ],
  97. "licenses": [
  98. {
  99. "type": "MIT",
  100. "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
  101. }
  102. ],
  103. "main": "index.js",
  104. "name": "rechoir",
  105. "repository": {
  106. "type": "git",
  107. "url": "git://github.com/tkellen/node-rechoir.git"
  108. },
  109. "scripts": {
  110. "test": "mocha -R spec test/index.js"
  111. },
  112. "version": "0.6.2"
  113. }