package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "object.pick@1.3.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx/readdirp/micromatch",
  27. "/fined",
  28. "/micromatch",
  29. "/nanomatch",
  30. "/svg-baker/micromatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  33. "_spec": "1.3.0",
  34. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/object.pick/issues"
  41. },
  42. "dependencies": {
  43. "isobject": "^3.0.1"
  44. },
  45. "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
  46. "devDependencies": {
  47. "gulp-format-md": "^1.0.0",
  48. "mocha": "^3.1.2",
  49. "vinyl": "^2.0.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/object.pick",
  58. "keywords": [
  59. "object",
  60. "pick"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "object.pick",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/object.pick.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "run": true,
  74. "toc": false,
  75. "layout": "default",
  76. "tasks": [
  77. "readme"
  78. ],
  79. "plugins": [
  80. "gulp-format-md"
  81. ],
  82. "related": {
  83. "list": [
  84. "extend-shallow",
  85. "get-value",
  86. "mixin-deep",
  87. "set-value"
  88. ],
  89. "highlight": "object.omit"
  90. },
  91. "reflinks": [
  92. "verb"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "1.3.0"
  99. }