package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/stylelint/meow"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz",
  23. "_shasum": "c0655713c53a8a2ebd77ffa247d342c40f010619",
  24. "_spec": "minimist-options@4.1.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\meow",
  26. "author": {
  27. "name": "Vadim Demedes",
  28. "email": "vdemedes@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vadimdemedes/minimist-options/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "arrify": "^1.0.1",
  36. "is-plain-obj": "^1.1.0",
  37. "kind-of": "^6.0.3"
  38. },
  39. "deprecated": false,
  40. "description": "Pretty options for minimist",
  41. "devDependencies": {
  42. "@types/minimist": "^1.2.0",
  43. "ava": "^1.0.1",
  44. "tsd-check": "^0.3.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">= 6"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "homepage": "https://github.com/vadimdemedes/minimist-options#readme",
  55. "keywords": [
  56. "minimist",
  57. "argv",
  58. "args"
  59. ],
  60. "license": "MIT",
  61. "name": "minimist-options",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/vadimdemedes/minimist-options.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava && tsd-check"
  68. },
  69. "version": "4.1.0"
  70. }