package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "redeyed@~0.4.0",
  6. "scope": null,
  7. "escapedName": "redeyed",
  8. "name": "redeyed",
  9. "rawSpec": "~0.4.0",
  10. "spec": ">=0.4.0 <0.5.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/cardinal"
  14. ]
  15. ],
  16. "_from": "redeyed@>=0.4.0 <0.5.0",
  17. "_id": "redeyed@0.4.4",
  18. "_inCache": true,
  19. "_location": "/redeyed",
  20. "_npmUser": {
  21. "name": "thlorenz",
  22. "email": "thlorenz@gmx.de"
  23. },
  24. "_npmVersion": "1.3.22",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "redeyed@~0.4.0",
  28. "scope": null,
  29. "escapedName": "redeyed",
  30. "name": "redeyed",
  31. "rawSpec": "~0.4.0",
  32. "spec": ">=0.4.0 <0.5.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/cardinal"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
  39. "_shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
  40. "_shrinkwrap": null,
  41. "_spec": "redeyed@~0.4.0",
  42. "_where": "/data/feimat/test_yali/liveserver/node_modules/cardinal",
  43. "author": {
  44. "name": "Thorsten Lorenz",
  45. "email": "thlorenz@gmx.de",
  46. "url": "thlorenz.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/thlorenz/redeyed/issues"
  50. },
  51. "dependencies": {
  52. "esprima": "~1.0.4"
  53. },
  54. "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
  55. "devDependencies": {
  56. "cardinal": "~0.4.4",
  57. "readdirp": "~0.3.3",
  58. "tap": "~0.4.8"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
  63. "tarball": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz"
  64. },
  65. "homepage": "https://github.com/thlorenz/redeyed",
  66. "keywords": [
  67. "ast",
  68. "syntax",
  69. "tree",
  70. "source",
  71. "wrap",
  72. "metadata"
  73. ],
  74. "license": "MIT",
  75. "main": "redeyed.js",
  76. "maintainers": [
  77. {
  78. "name": "thlorenz",
  79. "email": "thlorenz@gmx.de"
  80. }
  81. ],
  82. "name": "redeyed",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/thlorenz/redeyed.git"
  88. },
  89. "scripts": {
  90. "demo": "cd examples/browser; open index.html",
  91. "demo-log": "node examples/replace-log",
  92. "test": "tap test/*.js"
  93. },
  94. "version": "0.4.4"
  95. }