package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "_args": [
  3. [
  4. "cosmiconfig@5.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cosmiconfig@5.2.1",
  10. "_id": "cosmiconfig@5.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  13. "_location": "/cosmiconfig",
  14. "_phantomChildren": {
  15. "argparse": "1.0.10",
  16. "error-ex": "1.3.2",
  17. "esprima": "4.0.0",
  18. "json-parse-better-errors": "1.0.2"
  19. },
  20. "_requested": {
  21. "type": "version",
  22. "registry": true,
  23. "raw": "cosmiconfig@5.2.1",
  24. "name": "cosmiconfig",
  25. "escapedName": "cosmiconfig",
  26. "rawSpec": "5.2.1",
  27. "saveSpec": null,
  28. "fetchSpec": "5.2.1"
  29. },
  30. "_requiredBy": [
  31. "/postcss-load-config"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  34. "_spec": "5.2.1",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "David Clark",
  38. "email": "david.dave.clark@gmail.com"
  39. },
  40. "babel": {
  41. "plugins": [
  42. "transform-flow-strip-types"
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/davidtheclark/cosmiconfig/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Bogdan Chadkin",
  51. "email": "trysound@yandex.ru"
  52. },
  53. {
  54. "name": "Suhas Karanth",
  55. "email": "sudo.suhas@gmail.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "import-fresh": "^2.0.0",
  60. "is-directory": "^0.3.1",
  61. "js-yaml": "^3.13.1",
  62. "parse-json": "^4.0.0"
  63. },
  64. "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
  65. "devDependencies": {
  66. "babel-eslint": "^8.0.3",
  67. "babel-plugin-transform-flow-strip-types": "^6.22.0",
  68. "del": "^3.0.0",
  69. "eslint": "^4.12.1",
  70. "eslint-config-davidtheclark-node": "^0.2.2",
  71. "eslint-config-prettier": "^2.9.0",
  72. "eslint-plugin-flowtype": "^2.39.1",
  73. "eslint-plugin-node": "^5.2.1",
  74. "flow-bin": "^0.68.0",
  75. "flow-remove-types": "^1.2.3",
  76. "husky": "^0.14.3",
  77. "jest": "^21.2.1",
  78. "lint-staged": "^6.0.0",
  79. "make-dir": "^1.2.0",
  80. "parent-module": "^0.1.0",
  81. "prettier": "^1.8.2",
  82. "remark-cli": "^5.0.0",
  83. "remark-preset-davidtheclark": "^0.7.0"
  84. },
  85. "engines": {
  86. "node": ">=4"
  87. },
  88. "files": [
  89. "dist"
  90. ],
  91. "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
  92. "jest": {
  93. "testEnvironment": "node",
  94. "collectCoverageFrom": [
  95. "src/*.js"
  96. ],
  97. "coverageReporters": [
  98. "text",
  99. "html",
  100. "lcov"
  101. ],
  102. "coverageThreshold": {
  103. "global": {
  104. "branches": 100,
  105. "functions": 100,
  106. "lines": 100,
  107. "statements": 100
  108. }
  109. },
  110. "resetModules": true,
  111. "resetMocks": true
  112. },
  113. "keywords": [
  114. "load",
  115. "configuration",
  116. "config"
  117. ],
  118. "license": "MIT",
  119. "lint-staged": {
  120. "*.js": [
  121. "eslint --fix",
  122. "prettier --write",
  123. "git add"
  124. ],
  125. "*.md": [
  126. "npm run lint:md-partial",
  127. "git add"
  128. ]
  129. },
  130. "main": "dist/index.js",
  131. "name": "cosmiconfig",
  132. "prettier": {
  133. "trailingComma": "es5",
  134. "singleQuote": true,
  135. "printWidth": 80,
  136. "tabWidth": 2
  137. },
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
  141. },
  142. "scripts": {
  143. "build": "flow-remove-types src --out-dir dist --quiet",
  144. "coverage": "jest --coverage --coverageReporters=html --coverageReporters=text",
  145. "format": "prettier --write \"{src/*.js,test/*.js}\"",
  146. "lint": "eslint . && npm run lint:md",
  147. "lint:fix": "eslint . --fix",
  148. "lint:md": "npm run lint:md-partial -- *.md",
  149. "lint:md-partial": "remark -u remark-preset-davidtheclark --frail --quiet --no-stdout --output --",
  150. "precommit": "lint-staged && jest && flow check",
  151. "prepublishOnly": "npm run build",
  152. "pretest": "npm run lint && flow check",
  153. "test": "jest --coverage",
  154. "test:watch": "jest --watch"
  155. },
  156. "version": "5.2.1"
  157. }