package.json 2.0 KB

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