项目原始demo,不改动
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

139 lines
3.3 KiB

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