package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "cosmiconfig@2.2.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cosmiconfig@2.2.2",
  10. "_id": "cosmiconfig@2.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GiNXLwAFPYHy25XmTPpafYvn3CLAkJ8FLsscq78MQd1Kh0OU6Yzhn4eV2MVF4G9WEQZoWEGltatdR+ntGPMl5A==",
  13. "_location": "/cosmiconfig",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cosmiconfig@2.2.2",
  19. "name": "cosmiconfig",
  20. "escapedName": "cosmiconfig",
  21. "rawSpec": "2.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.2"
  24. },
  25. "_requiredBy": [
  26. "/postcss-load-config",
  27. "/postcss-load-options",
  28. "/postcss-load-plugins"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.2.2.tgz",
  31. "_spec": "2.2.2",
  32. "_where": "D:\\projects\\dealer_front",
  33. "author": {
  34. "name": "David Clark",
  35. "email": "david.dave.clark@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/davidtheclark/cosmiconfig/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Bogdan Chadkin",
  43. "email": "trysound@yandex.ru"
  44. }
  45. ],
  46. "dependencies": {
  47. "is-directory": "^0.3.1",
  48. "js-yaml": "^3.4.3",
  49. "minimist": "^1.2.0",
  50. "object-assign": "^4.1.0",
  51. "os-homedir": "^1.0.1",
  52. "parse-json": "^2.2.0",
  53. "require-from-string": "^1.1.0"
  54. },
  55. "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
  56. "devDependencies": {
  57. "eslint": "^3.13.0",
  58. "eslint-config-davidtheclark-node": "^0.2.0",
  59. "eslint-plugin-node": "^3.0.5",
  60. "expect": "^1.20.2",
  61. "lodash": "^4.17.4",
  62. "node-version-check": "^2.1.1",
  63. "nyc": "^10.0.0",
  64. "sinon": "^1.17.7",
  65. "tap-spec": "^4.1.1",
  66. "tape": "^4.6.3"
  67. },
  68. "engines": {
  69. "node": ">=0.12"
  70. },
  71. "files": [
  72. "index.js",
  73. "lib"
  74. ],
  75. "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
  76. "keywords": [
  77. "load",
  78. "configuration",
  79. "config"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "cosmiconfig",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
  87. },
  88. "scripts": {
  89. "coverage": "nyc npm run tape && nyc report --reporter=html && open coverage/index.html",
  90. "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
  91. "tape": "tape test/*.test.js | tap-spec",
  92. "test": "npm run tape && npm run lint"
  93. },
  94. "version": "2.2.2"
  95. }