package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "babylon@6.18.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babylon@6.18.0",
  10. "_id": "babylon@6.18.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
  13. "_location": "/babylon",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babylon@6.18.0",
  19. "name": "babylon",
  20. "escapedName": "babylon",
  21. "rawSpec": "6.18.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.18.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-core",
  27. "/babel-template",
  28. "/babel-traverse",
  29. "/istanbul-lib-instrument"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
  32. "_spec": "6.18.0",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Sebastian McKenzie",
  36. "email": "sebmck@gmail.com"
  37. },
  38. "ava": {
  39. "files": [
  40. "test/*.js"
  41. ],
  42. "source": [
  43. "src/**/*.js",
  44. "bin/**/*.js"
  45. ]
  46. },
  47. "bin": {
  48. "babylon": "bin/babylon.js"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/babel/babylon/issues"
  52. },
  53. "description": "A JavaScript parser",
  54. "devDependencies": {
  55. "ava": "^0.17.0",
  56. "babel-cli": "^6.14.0",
  57. "babel-eslint": "^7.0.0",
  58. "babel-helper-fixtures": "^6.9.0",
  59. "babel-plugin-external-helpers": "^6.18.0",
  60. "babel-plugin-istanbul": "^3.0.0",
  61. "babel-plugin-transform-flow-strip-types": "^6.14.0",
  62. "babel-preset-es2015": "^6.14.0",
  63. "babel-preset-stage-0": "^6.5.0",
  64. "chalk": "^1.1.3",
  65. "codecov": "^1.0.1",
  66. "cross-env": "^2.0.0",
  67. "eslint": "^3.7.1",
  68. "eslint-config-babel": "^6.0.0",
  69. "eslint-plugin-flowtype": "^2.20.0",
  70. "flow-bin": "^0.42.0",
  71. "nyc": "^10.0.0",
  72. "rimraf": "^2.5.4",
  73. "rollup": "^0.41.0",
  74. "rollup-plugin-babel": "^2.6.1",
  75. "rollup-plugin-node-resolve": "^2.0.0",
  76. "rollup-watch": "^3.2.2",
  77. "unicode-9.0.0": "~0.7.0"
  78. },
  79. "files": [
  80. "bin",
  81. "lib"
  82. ],
  83. "greenkeeper": {
  84. "ignore": [
  85. "cross-env"
  86. ]
  87. },
  88. "homepage": "https://babeljs.io/",
  89. "keywords": [
  90. "babel",
  91. "javascript",
  92. "parser",
  93. "babylon"
  94. ],
  95. "license": "MIT",
  96. "main": "lib/index.js",
  97. "name": "babylon",
  98. "nyc": {
  99. "include": [
  100. "src/**/*.js",
  101. "bin/**/*.js"
  102. ],
  103. "sourceMap": false,
  104. "instrument": false
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/babel/babylon.git"
  109. },
  110. "scripts": {
  111. "build": "npm run clean && rollup -c",
  112. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  113. "clean": "rimraf lib",
  114. "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
  115. "flow": "flow",
  116. "lint": "eslint src bin",
  117. "prepublish": "cross-env BABEL_ENV=production npm run build",
  118. "preversion": "npm run test && npm run changelog",
  119. "test": "npm run lint && npm run flow && npm run build -- -m && npm run test-only",
  120. "test-ci": "nyc npm run test-only",
  121. "test-only": "ava",
  122. "watch": "npm run clean && rollup -c --watch"
  123. },
  124. "version": "6.18.0"
  125. }