package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "find-babel-config@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-qbezF+tbmGDNqdVHQKjIM3oig6I=",
  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. "/babel-plugin-module-resolver",
  27. "/vue-jest"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/find-babel-config/download/find-babel-config-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Tommy Leunen",
  34. "email": "tommy.leunen@gmail.com",
  35. "url": "http://tommyleunen.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/tleunen/find-babel-config/issues"
  39. },
  40. "dependencies": {
  41. "json5": "^0.5.1",
  42. "path-exists": "^3.0.0"
  43. },
  44. "description": "Find the closest babel config based on a directory",
  45. "devDependencies": {
  46. "babel-cli": "^6.24.1",
  47. "babel-jest": "^20.0.0",
  48. "babel-preset-env": "^1.4.0",
  49. "eslint": "^3.19.0",
  50. "eslint-config-airbnb-base": "^11.1.3",
  51. "eslint-plugin-import": "^2.2.0",
  52. "jest": "^20.0.0",
  53. "standard-version": "^4.0.0"
  54. },
  55. "engines": {
  56. "node": ">=4.0.0"
  57. },
  58. "greenkeeper": {
  59. "ignore": [
  60. "eslint",
  61. "eslint-plugin-import",
  62. "babel-jest"
  63. ]
  64. },
  65. "homepage": "https://github.com/tleunen/find-babel-config#readme",
  66. "jest": {
  67. "testRegex": "/test/.*\\.test\\.js$",
  68. "collectCoverageFrom": [
  69. "src/**/*.js"
  70. ]
  71. },
  72. "keywords": [
  73. "babel",
  74. "config",
  75. "loader",
  76. "finder",
  77. "babelrc"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "name": "find-babel-config",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/tleunen/find-babel-config.git"
  85. },
  86. "scripts": {
  87. "compile": "babel src --out-dir lib",
  88. "lint": "eslint src test",
  89. "prepublish": "npm run compile",
  90. "pretest": "npm run lint",
  91. "release": "standard-version",
  92. "test": "jest",
  93. "test:coverage": "jest --coverage",
  94. "test:watch": "jest --watch"
  95. },
  96. "version": "1.2.0"
  97. }