package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "object.pick@1.3.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "object.pick@1.3.0",
  9. "_id": "object.pick@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
  12. "_location": "/object.pick",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object.pick@1.3.0",
  18. "name": "object.pick",
  19. "escapedName": "object.pick",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/micromatch",
  26. "/nanomatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  29. "_spec": "1.3.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. "dependencies": {
  39. "isobject": "^3.0.1"
  40. },
  41. "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
  42. "devDependencies": {
  43. "gulp-format-md": "^1.0.0",
  44. "mocha": "^3.1.2",
  45. "vinyl": "^2.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/object.pick",
  54. "keywords": [
  55. "object",
  56. "pick"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "object.pick",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jonschlinkert/object.pick.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "verb": {
  69. "run": true,
  70. "toc": false,
  71. "layout": "default",
  72. "tasks": [
  73. "readme"
  74. ],
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "related": {
  79. "list": [
  80. "extend-shallow",
  81. "get-value",
  82. "mixin-deep",
  83. "set-value"
  84. ],
  85. "highlight": "object.omit"
  86. },
  87. "reflinks": [
  88. "verb"
  89. ],
  90. "lint": {
  91. "reflinks": true
  92. }
  93. },
  94. "version": "1.3.0"
  95. }