package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "object.pick@^1.3.0",
  3. "_id": "object.pick@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
  6. "_location": "/object.pick",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.pick@^1.3.0",
  12. "name": "object.pick",
  13. "escapedName": "object.pick",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/fork-ts-checker-webpack-plugin/micromatch",
  20. "/http-proxy-middleware/micromatch",
  21. "/nanomatch",
  22. "/sane/micromatch",
  23. "/watchpack-chokidar2/micromatch",
  24. "/webpack-dev-server/micromatch",
  25. "/webpack/micromatch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  28. "_shasum": "87a10ac4c1694bd2e1cbf53591a66141fb5dd747",
  29. "_spec": "object.pick@^1.3.0",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/object.pick/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "isobject": "^3.0.1"
  41. },
  42. "deprecated": false,
  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. }