Dashboard sipadu mbip
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "esprima@~3.1.0",
  3. "_id": "esprima@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=",
  6. "_location": "/esprima",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esprima@~3.1.0",
  12. "name": "esprima",
  13. "escapedName": "esprima",
  14. "rawSpec": "~3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/recast"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
  22. "_shasum": "fdca51cee6133895e3c88d535ce49dbff62a4633",
  23. "_spec": "esprima@~3.1.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/recast",
  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.1.0",
  49. "karma-firefox-launcher": "~1.0.0",
  50. "karma-ie-launcher": "~1.0.0",
  51. "karma-mocha": "~1.2.0",
  52. "karma-safari-launcher": "~1.0.0",
  53. "karma-sauce-launcher": "~1.0.0",
  54. "lodash": "~3.10.1",
  55. "mocha": "~3.1.0",
  56. "node-tick-processor": "~0.0.2",
  57. "regenerate": "~1.3.1",
  58. "temp": "~0.8.3",
  59. "tslint": "~3.15.1",
  60. "typescript": "~1.8.10",
  61. "typescript-formatter": "~2.3.0",
  62. "unicode-8.0.0": "~0.7.0",
  63. "webpack": "~1.13.2"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "bin",
  70. "dist/esprima.js"
  71. ],
  72. "homepage": "http://esprima.org",
  73. "keywords": [
  74. "ast",
  75. "ecmascript",
  76. "esprima",
  77. "javascript",
  78. "parser",
  79. "syntax"
  80. ],
  81. "license": "BSD-2-Clause",
  82. "main": "dist/esprima.js",
  83. "maintainers": [
  84. {
  85. "name": "Ariya Hidayat",
  86. "email": "ariya.hidayat@gmail.com",
  87. "url": "http://ariya.ofilabs.com"
  88. }
  89. ],
  90. "name": "esprima",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jquery/esprima.git"
  94. },
  95. "scripts": {
  96. "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",
  97. "analyze-coverage": "istanbul cover test/unit-tests.js",
  98. "api-tests": "mocha -R dot test/api-tests.js",
  99. "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
  100. "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
  101. "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
  102. "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
  103. "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
  104. "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
  105. "check-version": "node test/check-version.js",
  106. "circleci": "npm test && npm run codecov && npm run downstream",
  107. "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js",
  108. "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
  109. "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
  110. "complexity": "node test/check-complexity.js",
  111. "downstream": "node test/downstream.js",
  112. "droneio": "npm run compile && npm run all-tests && npm run saucelabs",
  113. "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
  114. "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js",
  115. "generate-fixtures": "node tools/generate-fixtures.js",
  116. "generate-regex": "node tools/generate-identifier-regex.js",
  117. "generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
  118. "grammar-tests": "node test/grammar-tests.js",
  119. "hostile-env-tests": "node test/hostile-environment-tests.js",
  120. "prepublish": "npm run compile",
  121. "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
  122. "regression-tests": "node test/regression-tests.js",
  123. "saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
  124. "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
  125. "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
  126. "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
  127. "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
  128. "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
  129. "travis": "npm test",
  130. "tslint": "tslint src/*.ts",
  131. "unit-tests": "node test/unit-tests.js"
  132. },
  133. "version": "3.1.3"
  134. }