package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "object.pick@1.3.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.pick@1.3.0",
  10. "_id": "object.pick@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
  13. "_location": "/object.pick",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object.pick@1.3.0",
  19. "name": "object.pick",
  20. "escapedName": "object.pick",
  21. "rawSpec": "1.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.0"
  24. },
  25. "_requiredBy": [
  26. "/anymatch/micromatch",
  27. "/http-proxy-middleware/micromatch",
  28. "/nanomatch",
  29. "/sane/micromatch",
  30. "/watchpack-chokidar2/micromatch",
  31. "/webpack-dev-server/micromatch"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  34. "_spec": "1.3.0",
  35. "_where": "E:\\2023\\5\\myjadmin",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/object.pick/issues"
  42. },
  43. "dependencies": {
  44. "isobject": "^3.0.1"
  45. },
  46. "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
  47. "devDependencies": {
  48. "gulp-format-md": "^1.0.0",
  49. "mocha": "^3.1.2",
  50. "vinyl": "^2.0.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/object.pick",
  59. "keywords": [
  60. "object",
  61. "pick"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "object.pick",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jonschlinkert/object.pick.git"
  69. },
  70. "scripts": {
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "run": true,
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "extend-shallow",
  86. "get-value",
  87. "mixin-deep",
  88. "set-value"
  89. ],
  90. "highlight": "object.omit"
  91. },
  92. "reflinks": [
  93. "verb"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "1.3.0"
  100. }