Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.7 KiB

il y a 3 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "babel-eslint@9.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "babel-eslint@9.0.0",
  9. "_id": "babel-eslint@9.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-itv1MwE3TMbY0QtNfeL7wzak1mV47Uy+n6HtSOO4Xd7rvmO+tsGQSgyOEEgo6Y2vHZKZphaoelNeSVj4vkLA1g==",
  12. "_location": "/babel-eslint",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "babel-eslint@9.0.0",
  18. "name": "babel-eslint",
  19. "escapedName": "babel-eslint",
  20. "rawSpec": "9.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "9.0.0"
  23. },
  24. "_requiredBy": [
  25. "/react-scripts"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-9.0.0.tgz",
  28. "_spec": "9.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sebastian McKenzie",
  32. "email": "sebmck@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel-eslint/issues"
  36. },
  37. "dependencies": {
  38. "@babel/code-frame": "^7.0.0",
  39. "@babel/parser": "^7.0.0",
  40. "@babel/traverse": "^7.0.0",
  41. "@babel/types": "^7.0.0",
  42. "eslint-scope": "3.7.1",
  43. "eslint-visitor-keys": "^1.0.0"
  44. },
  45. "description": "Custom parser for ESLint",
  46. "devDependencies": {
  47. "babel-eslint": "^8.2.6",
  48. "dedent": "^0.7.0",
  49. "eslint": "npm:eslint@4.19.1",
  50. "eslint-config-babel": "^7.0.1",
  51. "eslint-old": "npm:eslint@4.13.1",
  52. "eslint-plugin-flowtype": "^2.30.3",
  53. "eslint-plugin-import": "^2.8.0",
  54. "eslint-plugin-prettier": "^2.1.2",
  55. "espree": "^3.5.2",
  56. "husky": "^1.0.0-rc.13",
  57. "lint-staged": "^7.2.2",
  58. "mocha": "^5.0.1",
  59. "prettier": "^1.4.4"
  60. },
  61. "engines": {
  62. "node": ">=6"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/babel/babel-eslint",
  68. "license": "MIT",
  69. "lint-staged": {
  70. "*.js": [
  71. "eslint --format=codeframe --fix",
  72. "git add"
  73. ]
  74. },
  75. "main": "lib/index.js",
  76. "name": "babel-eslint",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/babel/babel-eslint.git"
  80. },
  81. "scripts": {
  82. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  83. "fix": "eslint index.js babylon-to-espree test --fix",
  84. "lint": "eslint index.js babylon-to-espree test",
  85. "precommit": "lint-staged",
  86. "preversion": "npm test",
  87. "test": "npm run lint && npm run test-only",
  88. "test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js && mocha --require test/fixtures/use-eslint-old.js"
  89. },
  90. "version": "9.0.0"
  91. }