package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "esprima@~1.0.4",
  6. "scope": null,
  7. "escapedName": "esprima",
  8. "name": "esprima",
  9. "rawSpec": "~1.0.4",
  10. "spec": ">=1.0.4 <1.1.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/redeyed"
  14. ]
  15. ],
  16. "_from": "esprima@>=1.0.4 <1.1.0",
  17. "_id": "esprima@1.0.4",
  18. "_inCache": true,
  19. "_location": "/esprima",
  20. "_npmUser": {
  21. "name": "ariya",
  22. "email": "ariya.hidayat@gmail.com"
  23. },
  24. "_npmVersion": "1.1.61",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "esprima@~1.0.4",
  28. "scope": null,
  29. "escapedName": "esprima",
  30. "name": "esprima",
  31. "rawSpec": "~1.0.4",
  32. "spec": ">=1.0.4 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/redeyed"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz",
  39. "_shasum": "9f557e08fc3b4d26ece9dd34f8fbf476b62585ad",
  40. "_shrinkwrap": null,
  41. "_spec": "esprima@~1.0.4",
  42. "_where": "/data/feimat/test_yali/liveserver/node_modules/redeyed",
  43. "bin": {
  44. "esparse": "./bin/esparse.js",
  45. "esvalidate": "./bin/esvalidate.js"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ariya/esprima/issues"
  49. },
  50. "dependencies": {},
  51. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  52. "devDependencies": {},
  53. "directories": {},
  54. "dist": {
  55. "shasum": "9f557e08fc3b4d26ece9dd34f8fbf476b62585ad",
  56. "tarball": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.4.0"
  60. },
  61. "files": [
  62. "bin",
  63. "test/run.js",
  64. "test/runner.js",
  65. "test/test.js",
  66. "test/compat.js",
  67. "test/reflect.js",
  68. "esprima.js"
  69. ],
  70. "homepage": "http://esprima.org",
  71. "keywords": [
  72. "ast",
  73. "ecmascript",
  74. "javascript",
  75. "parser",
  76. "syntax"
  77. ],
  78. "licenses": [
  79. {
  80. "type": "BSD",
  81. "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
  82. }
  83. ],
  84. "main": "esprima.js",
  85. "maintainers": [
  86. {
  87. "name": "ariya",
  88. "email": "ariya.hidayat@gmail.com"
  89. }
  90. ],
  91. "name": "esprima",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+ssh://git@github.com/ariya/esprima.git"
  97. },
  98. "scripts": {
  99. "benchmark": "node test/benchmarks.js",
  100. "benchmark-quick": "node test/benchmarks.js quick",
  101. "test": "node test/run.js"
  102. },
  103. "version": "1.0.4"
  104. }