package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "esprima@2.7.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "esprima@2.7.3",
  9. "_id": "esprima@2.7.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
  12. "_location": "/esprima",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "esprima@2.7.3",
  18. "name": "esprima",
  19. "escapedName": "esprima",
  20. "rawSpec": "2.7.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.7.3"
  23. },
  24. "_requiredBy": [
  25. "/js-yaml"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
  28. "_spec": "2.7.3",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Ariya Hidayat",
  32. "email": "ariya.hidayat@gmail.com"
  33. },
  34. "bin": {
  35. "esparse": "./bin/esparse.js",
  36. "esvalidate": "./bin/esvalidate.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jquery/esprima/issues"
  40. },
  41. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  42. "devDependencies": {
  43. "codecov.io": "~0.1.6",
  44. "escomplex-js": "1.2.0",
  45. "eslint": "~1.7.2",
  46. "everything.js": "~1.0.3",
  47. "glob": "^5.0.15",
  48. "istanbul": "~0.4.0",
  49. "jscs": "~2.3.5",
  50. "json-diff": "~0.3.1",
  51. "karma": "^0.13.11",
  52. "karma-chrome-launcher": "^0.2.1",
  53. "karma-detect-browsers": "^2.0.2",
  54. "karma-firefox-launcher": "^0.1.6",
  55. "karma-ie-launcher": "^0.2.0",
  56. "karma-mocha": "^0.2.0",
  57. "karma-safari-launcher": "^0.1.1",
  58. "karma-sauce-launcher": "^0.2.14",
  59. "lodash": "^3.10.0",
  60. "mocha": "^2.3.3",
  61. "node-tick-processor": "~0.0.2",
  62. "regenerate": "~1.2.1",
  63. "temp": "~0.8.3",
  64. "unicode-7.0.0": "~0.1.5"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "bin",
  71. "unit-tests.js",
  72. "esprima.js"
  73. ],
  74. "homepage": "http://esprima.org",
  75. "keywords": [
  76. "ast",
  77. "ecmascript",
  78. "javascript",
  79. "parser",
  80. "syntax"
  81. ],
  82. "license": "BSD-2-Clause",
  83. "main": "esprima.js",
  84. "maintainers": [
  85. {
  86. "name": "Ariya Hidayat",
  87. "email": "ariya.hidayat@gmail.com",
  88. "url": "http://ariya.ofilabs.com"
  89. }
  90. ],
  91. "name": "esprima",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jquery/esprima.git"
  95. },
  96. "scripts": {
  97. "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests",
  98. "analyze-coverage": "istanbul cover test/unit-tests.js",
  99. "appveyor": "npm run all-tests && npm run browser-tests && npm run dynamic-analysis",
  100. "benchmark": "node test/benchmarks.js",
  101. "benchmark-quick": "node test/benchmarks.js quick",
  102. "browser-tests": "npm run generate-fixtures && cd test && karma start --single-run",
  103. "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
  104. "check-version": "node test/check-version.js",
  105. "circleci": "npm test && npm run codecov && npm run downstream",
  106. "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
  107. "complexity": "node test/check-complexity.js",
  108. "downstream": "node test/downstream.js",
  109. "droneio": "npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
  110. "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
  111. "eslint": "node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js",
  112. "generate-fixtures": "node tools/generate-fixtures.js",
  113. "generate-regex": "node tools/generate-identifier-regex.js",
  114. "grammar-tests": "node test/grammar-tests.js",
  115. "jscs": "jscs -p crockford esprima.js && jscs -p crockford test/*.js",
  116. "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
  117. "regression-tests": "node test/regression-tests.js",
  118. "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
  119. "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
  120. "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
  121. "static-analysis": "npm run check-version && npm run jscs && npm run eslint && npm run complexity",
  122. "test": "npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
  123. "travis": "npm test",
  124. "unit-tests": "node test/unit-tests.js"
  125. },
  126. "version": "2.7.3"
  127. }