package.json 3.1 KB

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