package.json 2.5 KB

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