package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "esprima@~ 1.0.2",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/js-yaml"
  6. ]
  7. ],
  8. "_from": "esprima@>=1.0.2 <1.1.0",
  9. "_id": "esprima@1.0.4",
  10. "_inCache": true,
  11. "_location": "/esprima",
  12. "_npmUser": {
  13. "email": "ariya.hidayat@gmail.com",
  14. "name": "ariya"
  15. },
  16. "_npmVersion": "1.1.61",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "esprima",
  20. "raw": "esprima@~ 1.0.2",
  21. "rawSpec": "~ 1.0.2",
  22. "scope": null,
  23. "spec": ">=1.0.2 <1.1.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/js-yaml"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz",
  30. "_shasum": "9f557e08fc3b4d26ece9dd34f8fbf476b62585ad",
  31. "_shrinkwrap": null,
  32. "_spec": "esprima@~ 1.0.2",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/js-yaml",
  34. "bin": {
  35. "esparse": "./bin/esparse.js",
  36. "esvalidate": "./bin/esvalidate.js"
  37. },
  38. "dependencies": {},
  39. "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  40. "devDependencies": {},
  41. "directories": {},
  42. "dist": {
  43. "shasum": "9f557e08fc3b4d26ece9dd34f8fbf476b62585ad",
  44. "tarball": "http://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"
  45. },
  46. "engines": {
  47. "node": ">=0.4.0"
  48. },
  49. "files": [
  50. "bin",
  51. "esprima.js",
  52. "test/compat.js",
  53. "test/reflect.js",
  54. "test/run.js",
  55. "test/runner.js",
  56. "test/test.js"
  57. ],
  58. "homepage": "http://esprima.org",
  59. "installable": true,
  60. "keywords": [
  61. "ast",
  62. "ecmascript",
  63. "javascript",
  64. "parser",
  65. "syntax"
  66. ],
  67. "licenses": [
  68. {
  69. "type": "BSD",
  70. "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
  71. }
  72. ],
  73. "main": "esprima.js",
  74. "maintainers": [
  75. {
  76. "name": "ariya",
  77. "email": "ariya.hidayat@gmail.com"
  78. }
  79. ],
  80. "name": "esprima",
  81. "optionalDependencies": {},
  82. "repository": {
  83. "type": "git",
  84. "url": "http://github.com/ariya/esprima.git"
  85. },
  86. "scripts": {
  87. "benchmark": "node test/benchmarks.js",
  88. "benchmark-quick": "node test/benchmarks.js quick",
  89. "test": "node test/run.js"
  90. },
  91. "version": "1.0.4"
  92. }