25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

105 lines
2.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "jsx-ast-utils@2.2.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "jsx-ast-utils@2.2.3",
  9. "_id": "jsx-ast-utils@2.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==",
  12. "_location": "/jsx-ast-utils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsx-ast-utils@2.2.3",
  18. "name": "jsx-ast-utils",
  19. "escapedName": "jsx-ast-utils",
  20. "rawSpec": "2.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.3"
  23. },
  24. "_requiredBy": [
  25. "/eslint-plugin-jsx-a11y",
  26. "/eslint-plugin-react"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz",
  29. "_spec": "2.2.3",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Ethan Cohen"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/evcohen/jsx-ast-utils/issues"
  36. },
  37. "dependencies": {
  38. "array-includes": "^3.0.3",
  39. "object.assign": "^4.1.0"
  40. },
  41. "description": "AST utility module for statically analyzing JSX",
  42. "devDependencies": {
  43. "@babel/parser": "^7.4.4",
  44. "babel-cli": "^6.26.0",
  45. "babel-core": "^6.26.3",
  46. "babel-eslint": "^10.0.2",
  47. "babel-jest": "^20.0.3",
  48. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  49. "babel-plugin-transform-replace-object-assign": "^1.0.0",
  50. "babel-polyfill": "^6.26.0",
  51. "babel-preset-env": "^1.7.0",
  52. "babylon": "^6.18.0",
  53. "coveralls": "^3.0.4",
  54. "eslint": "^6.0.0",
  55. "eslint-config-airbnb-base": "^13.1.0",
  56. "eslint-plugin-import": "^2.17.2",
  57. "flow-parser": "^0.102.0",
  58. "in-publish": "^2.0.0",
  59. "jest": "^20.0.4",
  60. "jest-cli": "^20.0.4",
  61. "object.entries": "^1.1.0",
  62. "object.fromentries": "^2.0.1",
  63. "rimraf": "^2.6.3"
  64. },
  65. "engines": {
  66. "node": ">=4.0"
  67. },
  68. "homepage": "https://github.com/evcohen/jsx-ast-utils#readme",
  69. "jest": {
  70. "coverageReporters": [
  71. "lcov"
  72. ],
  73. "coverageDirectory": "reports",
  74. "testPathIgnorePatterns": [
  75. "/node_modules/",
  76. "helper.js"
  77. ]
  78. },
  79. "keywords": [
  80. "jsx",
  81. "ast",
  82. "lint",
  83. "eslint"
  84. ],
  85. "license": "MIT",
  86. "main": "lib/index.js",
  87. "name": "jsx-ast-utils",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/evcohen/jsx-ast-utils.git"
  91. },
  92. "scripts": {
  93. "build": "babel src --out-dir lib",
  94. "coveralls": "cat ./reports/lcov.info | coveralls",
  95. "lint": "eslint .",
  96. "prebuild": "rimraf lib",
  97. "prepublish": "not-in-publish || (npm test && npm run build)",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only --",
  100. "test:watch": "npm test -- --watch",
  101. "tests-only": "jest --coverage"
  102. },
  103. "version": "2.2.3"
  104. }