package.json 2.4 KB

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