租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.7 KiB

6 months ago
  1. {
  2. "_from": "optionator@^0.9.3",
  3. "_id": "optionator@0.9.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6. "_location": "/optionator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optionator@^0.9.3",
  12. "name": "optionator",
  13. "escapedName": "optionator",
  14. "rawSpec": "^0.9.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.9.3"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  22. "_shasum": "7ea1c1a5d91d764fb282139c88fe11e182a3a734",
  23. "_spec": "optionator@^0.9.3",
  24. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\eslint",
  25. "author": {
  26. "name": "George Zahariev",
  27. "email": "z@georgezahariev.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/gkz/optionator/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "deep-is": "^0.1.3",
  35. "fast-levenshtein": "^2.0.6",
  36. "levn": "^0.4.1",
  37. "prelude-ls": "^1.2.1",
  38. "type-check": "^0.4.0",
  39. "word-wrap": "^1.2.5"
  40. },
  41. "deprecated": false,
  42. "description": "option parsing and help generation",
  43. "devDependencies": {
  44. "livescript": "^1.6.0",
  45. "mocha": "^10.4.0"
  46. },
  47. "engines": {
  48. "node": ">= 0.8.0"
  49. },
  50. "files": [
  51. "lib",
  52. "README.md",
  53. "LICENSE"
  54. ],
  55. "homepage": "https://github.com/gkz/optionator",
  56. "keywords": [
  57. "options",
  58. "flags",
  59. "option parsing",
  60. "cli"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/",
  64. "name": "optionator",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/gkz/optionator.git"
  68. },
  69. "scripts": {
  70. "test": "make test"
  71. },
  72. "version": "0.9.4"
  73. }