package.json 2.4 KB

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