package.json 3.1 KB

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