package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "find-babel-config@1.2.0",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "find-babel-config@1.2.0",
  10. "_id": "find-babel-config@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==",
  13. "_location": "/find-babel-config",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "find-babel-config@1.2.0",
  19. "name": "find-babel-config",
  20. "escapedName": "find-babel-config",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/vue-jest"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Tommy Leunen",
  33. "email": "tommy.leunen@gmail.com",
  34. "url": "http://tommyleunen.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tleunen/find-babel-config/issues"
  38. },
  39. "dependencies": {
  40. "json5": "^0.5.1",
  41. "path-exists": "^3.0.0"
  42. },
  43. "description": "Find the closest babel config based on a directory",
  44. "devDependencies": {
  45. "babel-cli": "^6.24.1",
  46. "babel-jest": "^20.0.0",
  47. "babel-preset-env": "^1.4.0",
  48. "eslint": "^3.19.0",
  49. "eslint-config-airbnb-base": "^11.1.3",
  50. "eslint-plugin-import": "^2.2.0",
  51. "jest": "^20.0.0",
  52. "standard-version": "^4.0.0"
  53. },
  54. "engines": {
  55. "node": ">=4.0.0"
  56. },
  57. "greenkeeper": {
  58. "ignore": [
  59. "eslint",
  60. "eslint-plugin-import",
  61. "babel-jest"
  62. ]
  63. },
  64. "homepage": "https://github.com/tleunen/find-babel-config#readme",
  65. "jest": {
  66. "testRegex": "/test/.*\\.test\\.js$",
  67. "collectCoverageFrom": [
  68. "src/**/*.js"
  69. ]
  70. },
  71. "keywords": [
  72. "babel",
  73. "config",
  74. "loader",
  75. "finder",
  76. "babelrc"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/index.js",
  80. "name": "find-babel-config",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/tleunen/find-babel-config.git"
  84. },
  85. "scripts": {
  86. "compile": "babel src --out-dir lib",
  87. "lint": "eslint src test",
  88. "prepublish": "npm run compile",
  89. "pretest": "npm run lint",
  90. "release": "standard-version",
  91. "test": "jest",
  92. "test:coverage": "jest --coverage",
  93. "test:watch": "jest --watch"
  94. },
  95. "version": "1.2.0"
  96. }