package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "esprima@~3.0.0",
  6. "scope": null,
  7. "escapedName": "esprima",
  8. "name": "esprima",
  9. "rawSpec": "~3.0.0",
  10. "spec": ">=3.0.0 <3.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/redeyed"
  14. ]
  15. ],
  16. "_from": "esprima@>=3.0.0 <3.1.0",
  17. "_id": "esprima@3.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/esprima",
  21. "_nodeVersion": "6.3.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/esprima-3.0.0.tgz_1472911974371_0.6553201307542622"
  25. },
  26. "_npmUser": {
  27. "name": "ariya",
  28. "email": "ariya.hidayat@gmail.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "esprima@~3.0.0",
  34. "scope": null,
  35. "escapedName": "esprima",
  36. "name": "esprima",
  37. "rawSpec": "~3.0.0",
  38. "spec": ">=3.0.0 <3.1.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/redeyed"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz",
  45. "_shasum": "53cf247acda77313e551c3aa2e73342d3fb4f7d9",
  46. "_shrinkwrap": null,
  47. "_spec": "esprima@~3.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/redeyed",
  49. "author": {
  50. "name": "Ariya Hidayat",
  51. "email": "ariya.hidayat@gmail.com"
  52. },
  53. "bin": {
  54. "esparse": "./bin/esparse.js",
  55. "esvalidate": "./bin/esvalidate.js"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/jquery/esprima/issues"
  59. },
  60. "dependencies": {},
  61. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  62. "devDependencies": {
  63. "codecov.io": "~0.1.6",
  64. "escomplex-js": "1.2.0",
  65. "everything.js": "~1.0.3",
  66. "glob": "~7.0.0",
  67. "istanbul": "~0.4.0",
  68. "jscs": "~3.0.3",
  69. "json-diff": "~0.3.1",
  70. "karma": "~1.2.0",
  71. "karma-chrome-launcher": "~2.0.0",
  72. "karma-detect-browsers": "~2.1.0",
  73. "karma-firefox-launcher": "~1.0.0",
  74. "karma-ie-launcher": "~1.0.0",
  75. "karma-mocha": "~1.1.1",
  76. "karma-safari-launcher": "~1.0.0",
  77. "karma-sauce-launcher": "~1.0.0",
  78. "lodash": "~3.10.1",
  79. "mocha": "~3.0.2",
  80. "node-tick-processor": "~0.0.2",
  81. "regenerate": "~1.3.1",
  82. "temp": "~0.8.3",
  83. "tslint": "~3.15.1",
  84. "typescript": "~1.8.10",
  85. "typescript-formatter": "~1.2.0",
  86. "unicode-8.0.0": "~0.7.0",
  87. "webpack": "~1.13.2"
  88. },
  89. "directories": {},
  90. "dist": {
  91. "shasum": "53cf247acda77313e551c3aa2e73342d3fb4f7d9",
  92. "tarball": "https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz"
  93. },
  94. "engines": {
  95. "node": ">=0.10.0"
  96. },
  97. "files": [
  98. "bin",
  99. "dist/esprima.js"
  100. ],
  101. "gitHead": "dea024fc158259ed513d78c1bb910ce847fd556c",
  102. "homepage": "http://esprima.org",
  103. "keywords": [
  104. "ast",
  105. "ecmascript",
  106. "esprima",
  107. "javascript",
  108. "parser",
  109. "syntax"
  110. ],
  111. "license": "BSD-2-Clause",
  112. "main": "dist/esprima.js",
  113. "maintainers": [
  114. {
  115. "name": "ariya",
  116. "email": "ariya.hidayat@gmail.com"
  117. }
  118. ],
  119. "name": "esprima",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jquery/esprima.git"
  125. },
  126. "scripts": {
  127. "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
  128. "analyze-coverage": "istanbul cover test/unit-tests.js",
  129. "api-tests": "mocha -R dot test/api-tests.js",
  130. "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
  131. "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
  132. "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
  133. "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
  134. "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
  135. "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
  136. "check-version": "node test/check-version.js",
  137. "circleci": "npm test && npm run codecov && npm run downstream",
  138. "code-style": "tsfmt --verify src/*.ts && jscs -p crockford test/*.js",
  139. "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
  140. "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
  141. "complexity": "node test/check-complexity.js",
  142. "downstream": "node test/downstream.js",
  143. "droneio": "npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
  144. "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
  145. "format-code": "tsfmt -r src/*.ts",
  146. "generate-fixtures": "node tools/generate-fixtures.js",
  147. "generate-regex": "node tools/generate-identifier-regex.js",
  148. "generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
  149. "grammar-tests": "node test/grammar-tests.js",
  150. "hostile-env-tests": "node test/hostile-environment-tests.js",
  151. "prepublish": "npm run compile",
  152. "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
  153. "regression-tests": "node test/regression-tests.js",
  154. "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
  155. "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
  156. "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
  157. "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
  158. "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
  159. "travis": "npm test",
  160. "tslint": "tslint src/*.ts",
  161. "unit-tests": "node test/unit-tests.js"
  162. },
  163. "version": "3.0.0"
  164. }