You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "esprima@^4.0.0",
  3. "_id": "esprima@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  6. "_location": "/esprima",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esprima@^4.0.0",
  12. "name": "esprima",
  13. "escapedName": "esprima",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/js-yaml"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  22. "_shasum": "13b04cdb3e6c5d19df91ab6987a8695619b0aa71",
  23. "_spec": "esprima@^4.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\js-yaml",
  25. "author": {
  26. "name": "Ariya Hidayat",
  27. "email": "ariya.hidayat@gmail.com"
  28. },
  29. "bin": {
  30. "esparse": "bin/esparse.js",
  31. "esvalidate": "bin/esvalidate.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jquery/esprima/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  39. "devDependencies": {
  40. "codecov.io": "~0.1.6",
  41. "escomplex-js": "1.2.0",
  42. "everything.js": "~1.0.3",
  43. "glob": "~7.1.0",
  44. "istanbul": "~0.4.0",
  45. "json-diff": "~0.3.1",
  46. "karma": "~1.3.0",
  47. "karma-chrome-launcher": "~2.0.0",
  48. "karma-detect-browsers": "~2.2.3",
  49. "karma-edge-launcher": "~0.2.0",
  50. "karma-firefox-launcher": "~1.0.0",
  51. "karma-ie-launcher": "~1.0.0",
  52. "karma-mocha": "~1.3.0",
  53. "karma-safari-launcher": "~1.0.0",
  54. "karma-safaritechpreview-launcher": "~0.0.4",
  55. "karma-sauce-launcher": "~1.1.0",
  56. "lodash": "~3.10.1",
  57. "mocha": "~3.2.0",
  58. "node-tick-processor": "~0.0.2",
  59. "regenerate": "~1.3.2",
  60. "temp": "~0.8.3",
  61. "tslint": "~5.1.0",
  62. "typescript": "~2.3.2",
  63. "typescript-formatter": "~5.1.3",
  64. "unicode-8.0.0": "~0.7.0",
  65. "webpack": "~1.14.0"
  66. },
  67. "engines": {
  68. "node": ">=4"
  69. },
  70. "files": [
  71. "bin",
  72. "dist/esprima.js"
  73. ],
  74. "homepage": "http://esprima.org",
  75. "keywords": [
  76. "ast",
  77. "ecmascript",
  78. "esprima",
  79. "javascript",
  80. "parser",
  81. "syntax"
  82. ],
  83. "license": "BSD-2-Clause",
  84. "main": "dist/esprima.js",
  85. "maintainers": [
  86. {
  87. "name": "Ariya Hidayat",
  88. "email": "ariya.hidayat@gmail.com",
  89. "url": "http://ariya.ofilabs.com"
  90. }
  91. ],
  92. "name": "esprima",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jquery/esprima.git"
  96. },
  97. "scripts": {
  98. "all-tests": "npm run verify-line-ending && 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",
  99. "analyze-coverage": "istanbul cover test/unit-tests.js",
  100. "api-tests": "mocha -R dot test/api-tests.js",
  101. "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
  102. "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
  103. "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
  104. "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
  105. "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
  106. "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
  107. "check-version": "node test/check-version.js",
  108. "circleci": "npm test && npm run codecov && npm run downstream",
  109. "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js",
  110. "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
  111. "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
  112. "complexity": "node test/check-complexity.js",
  113. "downstream": "node test/downstream.js",
  114. "droneio": "npm run compile && npm run all-tests && npm run saucelabs",
  115. "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
  116. "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js",
  117. "generate-fixtures": "node tools/generate-fixtures.js",
  118. "generate-regex": "node tools/generate-identifier-regex.js",
  119. "generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
  120. "grammar-tests": "node test/grammar-tests.js",
  121. "hostile-env-tests": "node test/hostile-environment-tests.js",
  122. "prepublish": "npm run compile",
  123. "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
  124. "regression-tests": "node test/regression-tests.js",
  125. "saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
  126. "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
  127. "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
  128. "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
  129. "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
  130. "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
  131. "travis": "npm test",
  132. "tslint": "tslint src/*.ts",
  133. "unit-tests": "node test/unit-tests.js",
  134. "verify-line-ending": "node test/verify-line-ending.js"
  135. },
  136. "version": "4.0.1"
  137. }