package.json 3.2 KB

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