package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "get-value@2.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "get-value@2.0.6",
  9. "_id": "get-value@2.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
  12. "_location": "/get-value",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-value@2.0.6",
  18. "name": "get-value",
  19. "escapedName": "get-value",
  20. "rawSpec": "2.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.6"
  23. },
  24. "_requiredBy": [
  25. "/cache-base",
  26. "/has-value",
  27. "/union-value",
  28. "/unset-value/has-value"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
  31. "_spec": "2.0.6",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/get-value/issues"
  39. },
  40. "description": "Use property paths (`a.b.c`) to get a nested value from an object.",
  41. "devDependencies": {
  42. "ansi-bold": "^0.1.1",
  43. "arr-reduce": "^1.0.1",
  44. "benchmarked": "^0.1.4",
  45. "dot-prop": "^2.2.0",
  46. "getobject": "^0.1.0",
  47. "gulp": "^3.9.0",
  48. "gulp-eslint": "^1.1.1",
  49. "gulp-format-md": "^0.1.5",
  50. "gulp-istanbul": "^0.10.2",
  51. "gulp-mocha": "^2.1.3",
  52. "isobject": "^2.0.0",
  53. "matched": "^0.3.2",
  54. "minimist": "^1.2.0"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/get-value",
  63. "keywords": [
  64. "get",
  65. "key",
  66. "nested",
  67. "object",
  68. "path",
  69. "paths",
  70. "prop",
  71. "properties",
  72. "property",
  73. "props",
  74. "segment",
  75. "value",
  76. "values"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "get-value",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jonschlinkert/get-value.git"
  84. },
  85. "scripts": {
  86. "test": "mocha"
  87. },
  88. "verb": {
  89. "run": true,
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "has-any",
  101. "has-any-deep",
  102. "has-value",
  103. "set-value",
  104. "unset-value"
  105. ]
  106. },
  107. "reflinks": [
  108. "verb",
  109. "verb-readme-generator"
  110. ],
  111. "lint": {
  112. "reflinks": true
  113. }
  114. },
  115. "version": "2.0.6"
  116. }