package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "rechoir@0.6.2",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rechoir@0.6.2",
  10. "_id": "rechoir@0.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
  13. "_location": "/rechoir",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rechoir@0.6.2",
  19. "name": "rechoir",
  20. "escapedName": "rechoir",
  21. "rawSpec": "0.6.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.6.2"
  24. },
  25. "_requiredBy": [
  26. "/liftoff"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
  29. "_spec": "0.6.2",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Tyler Kellen",
  33. "url": "http://goingslowly.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tkellen/node-rechoir/issues"
  37. },
  38. "dependencies": {
  39. "resolve": "^1.1.6"
  40. },
  41. "description": "Require any supported file as a node module.",
  42. "devDependencies": {
  43. "babel": "^5.4.3",
  44. "chai": "^2.3.0",
  45. "coco": "^0.9.1",
  46. "coffee-script": "^1.9.2",
  47. "earlgrey": "0.0.9",
  48. "iced-coffee-script": "^1.8.0-d",
  49. "interpret": "^0.6.1",
  50. "json5": "^0.4.0",
  51. "livescript": "^1.4.0",
  52. "mocha": "^2.2.5",
  53. "node-jsx": "^0.13.3",
  54. "require-csv": "0.0.1",
  55. "require-ini": "0.0.1",
  56. "require-uncached": "^1.0.2",
  57. "require-xml": "0.0.1",
  58. "require-yaml": "0.0.1",
  59. "rimraf": "^2.3.4",
  60. "semver": "^4.3.4",
  61. "sinon": "^1.14.1",
  62. "toml-require": "^1.0.1",
  63. "typescript-register": "^1.1.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.10"
  67. },
  68. "homepage": "https://github.com/tkellen/node-rechoir",
  69. "keywords": [
  70. "require",
  71. "cjsx",
  72. "co",
  73. "coco",
  74. "coffee-script",
  75. "coffee",
  76. "coffee.md",
  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. "xml",
  98. "yaml",
  99. "yml"
  100. ],
  101. "licenses": [
  102. {
  103. "type": "MIT",
  104. "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
  105. }
  106. ],
  107. "main": "index.js",
  108. "name": "rechoir",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/tkellen/node-rechoir.git"
  112. },
  113. "scripts": {
  114. "test": "mocha -R spec test/index.js"
  115. },
  116. "version": "0.6.2"
  117. }