package.json 3.2 KB

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