package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "esprima@^2.6.0",
  6. "scope": null,
  7. "escapedName": "esprima",
  8. "name": "esprima",
  9. "rawSpec": "^2.6.0",
  10. "spec": ">=2.6.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/js-yaml"
  14. ]
  15. ],
  16. "_from": "esprima@>=2.6.0 <3.0.0",
  17. "_id": "esprima@2.7.3",
  18. "_inCache": true,
  19. "_location": "/esprima",
  20. "_nodeVersion": "6.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/esprima-2.7.3.tgz_1472013602345_0.010668299393728375"
  24. },
  25. "_npmUser": {
  26. "name": "ariya",
  27. "email": "ariya.hidayat@gmail.com"
  28. },
  29. "_npmVersion": "3.8.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "esprima@^2.6.0",
  33. "scope": null,
  34. "escapedName": "esprima",
  35. "name": "esprima",
  36. "rawSpec": "^2.6.0",
  37. "spec": ">=2.6.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/js-yaml"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
  44. "_shasum": "96e3b70d5779f6ad49cd032673d1c312767ba581",
  45. "_shrinkwrap": null,
  46. "_spec": "esprima@^2.6.0",
  47. "_where": "/home/conte/data/reveal.js/node_modules/js-yaml",
  48. "author": {
  49. "name": "Ariya Hidayat",
  50. "email": "ariya.hidayat@gmail.com"
  51. },
  52. "bin": {
  53. "esparse": "./bin/esparse.js",
  54. "esvalidate": "./bin/esvalidate.js"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/jquery/esprima/issues"
  58. },
  59. "dependencies": {},
  60. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  61. "devDependencies": {
  62. "codecov.io": "~0.1.6",
  63. "escomplex-js": "1.2.0",
  64. "eslint": "~1.7.2",
  65. "everything.js": "~1.0.3",
  66. "glob": "^5.0.15",
  67. "istanbul": "~0.4.0",
  68. "jscs": "~2.3.5",
  69. "json-diff": "~0.3.1",
  70. "karma": "^0.13.11",
  71. "karma-chrome-launcher": "^0.2.1",
  72. "karma-detect-browsers": "^2.0.2",
  73. "karma-firefox-launcher": "^0.1.6",
  74. "karma-ie-launcher": "^0.2.0",
  75. "karma-mocha": "^0.2.0",
  76. "karma-safari-launcher": "^0.1.1",
  77. "karma-sauce-launcher": "^0.2.14",
  78. "lodash": "^3.10.0",
  79. "mocha": "^2.3.3",
  80. "node-tick-processor": "~0.0.2",
  81. "regenerate": "~1.2.1",
  82. "temp": "~0.8.3",
  83. "unicode-7.0.0": "~0.1.5"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "96e3b70d5779f6ad49cd032673d1c312767ba581",
  88. "tarball": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
  89. },
  90. "engines": {
  91. "node": ">=0.10.0"
  92. },
  93. "files": [
  94. "bin",
  95. "unit-tests.js",
  96. "esprima.js"
  97. ],
  98. "gitHead": "abaaf7f12040f0b31fac6fee342ffec8feab15d0",
  99. "homepage": "http://esprima.org",
  100. "keywords": [
  101. "ast",
  102. "ecmascript",
  103. "javascript",
  104. "parser",
  105. "syntax"
  106. ],
  107. "license": "BSD-2-Clause",
  108. "main": "esprima.js",
  109. "maintainers": [
  110. {
  111. "name": "ariya",
  112. "email": "ariya.hidayat@gmail.com"
  113. }
  114. ],
  115. "name": "esprima",
  116. "optionalDependencies": {},
  117. "readme": "ERROR: No README data found!",
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/jquery/esprima.git"
  121. },
  122. "scripts": {
  123. "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests",
  124. "analyze-coverage": "istanbul cover test/unit-tests.js",
  125. "appveyor": "npm run all-tests && npm run browser-tests && npm run dynamic-analysis",
  126. "benchmark": "node test/benchmarks.js",
  127. "benchmark-quick": "node test/benchmarks.js quick",
  128. "browser-tests": "npm run generate-fixtures && cd test && karma start --single-run",
  129. "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
  130. "check-version": "node test/check-version.js",
  131. "circleci": "npm test && npm run codecov && npm run downstream",
  132. "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
  133. "complexity": "node test/check-complexity.js",
  134. "downstream": "node test/downstream.js",
  135. "droneio": "npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
  136. "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
  137. "eslint": "node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js",
  138. "generate-fixtures": "node tools/generate-fixtures.js",
  139. "generate-regex": "node tools/generate-identifier-regex.js",
  140. "grammar-tests": "node test/grammar-tests.js",
  141. "jscs": "jscs -p crockford esprima.js && jscs -p crockford test/*.js",
  142. "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
  143. "regression-tests": "node test/regression-tests.js",
  144. "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
  145. "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
  146. "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
  147. "static-analysis": "npm run check-version && npm run jscs && npm run eslint && npm run complexity",
  148. "test": "npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
  149. "travis": "npm test",
  150. "unit-tests": "node test/unit-tests.js"
  151. },
  152. "version": "2.7.3"
  153. }