package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "minimist-options@4.1.0",
  3. "_id": "minimist-options@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==",
  6. "_location": "/minimist-options",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "minimist-options@4.1.0",
  12. "name": "minimist-options",
  13. "escapedName": "minimist-options",
  14. "rawSpec": "4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/meow"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
  22. "_shasum": "c0655713c53a8a2ebd77ffa247d342c40f010619",
  23. "_spec": "minimist-options@4.1.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\meow",
  25. "author": {
  26. "name": "Vadim Demedes",
  27. "email": "vdemedes@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vadimdemedes/minimist-options/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arrify": "^1.0.1",
  35. "is-plain-obj": "^1.1.0",
  36. "kind-of": "^6.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "Pretty options for minimist",
  40. "devDependencies": {
  41. "@types/minimist": "^1.2.0",
  42. "ava": "^1.0.1",
  43. "tsd-check": "^0.3.0",
  44. "xo": "^0.24.0"
  45. },
  46. "engines": {
  47. "node": ">= 6"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/vadimdemedes/minimist-options#readme",
  54. "keywords": [
  55. "minimist",
  56. "argv",
  57. "args"
  58. ],
  59. "license": "MIT",
  60. "name": "minimist-options",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/vadimdemedes/minimist-options.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava && tsd-check"
  67. },
  68. "version": "4.1.0"
  69. }