package.json 3.1 KB

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