package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "cosmiconfig@2.2.2",
  5. "E:\\amr1.0\\AMR"
  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": "/postcss-load-options/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-options"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.2.2.tgz",
  29. "_spec": "2.2.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "David Clark",
  33. "email": "david.dave.clark@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/davidtheclark/cosmiconfig/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Bogdan Chadkin",
  41. "email": "trysound@yandex.ru"
  42. }
  43. ],
  44. "dependencies": {
  45. "is-directory": "^0.3.1",
  46. "js-yaml": "^3.4.3",
  47. "minimist": "^1.2.0",
  48. "object-assign": "^4.1.0",
  49. "os-homedir": "^1.0.1",
  50. "parse-json": "^2.2.0",
  51. "require-from-string": "^1.1.0"
  52. },
  53. "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
  54. "devDependencies": {
  55. "eslint": "^3.13.0",
  56. "eslint-config-davidtheclark-node": "^0.2.0",
  57. "eslint-plugin-node": "^3.0.5",
  58. "expect": "^1.20.2",
  59. "lodash": "^4.17.4",
  60. "node-version-check": "^2.1.1",
  61. "nyc": "^10.0.0",
  62. "sinon": "^1.17.7",
  63. "tap-spec": "^4.1.1",
  64. "tape": "^4.6.3"
  65. },
  66. "engines": {
  67. "node": ">=0.12"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
  74. "keywords": [
  75. "load",
  76. "configuration",
  77. "config"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "cosmiconfig",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
  85. },
  86. "scripts": {
  87. "coverage": "nyc npm run tape && nyc report --reporter=html && open coverage/index.html",
  88. "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
  89. "tape": "tape test/*.test.js | tap-spec",
  90. "test": "npm run tape && npm run lint"
  91. },
  92. "version": "2.2.2"
  93. }