package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "define-property@2.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "define-property@2.0.2",
  9. "_id": "define-property@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
  12. "_location": "/define-property",
  13. "_phantomChildren": {
  14. "kind-of": "6.0.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "define-property@2.0.2",
  20. "name": "define-property",
  21. "escapedName": "define-property",
  22. "rawSpec": "2.0.2",
  23. "saveSpec": null,
  24. "fetchSpec": "2.0.2"
  25. },
  26. "_requiredBy": [
  27. "/micromatch",
  28. "/nanomatch",
  29. "/to-regex"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
  32. "_spec": "2.0.2",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/define-property/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. }
  50. ],
  51. "dependencies": {
  52. "is-descriptor": "^1.0.2",
  53. "isobject": "^3.0.1"
  54. },
  55. "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
  56. "devDependencies": {
  57. "gulp-format-md": "^1.0.0",
  58. "mocha": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/define-property",
  67. "keywords": [
  68. "define",
  69. "define-property",
  70. "enumerable",
  71. "key",
  72. "non",
  73. "non-enumerable",
  74. "object",
  75. "prop",
  76. "property",
  77. "value"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "define-property",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/define-property.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "assign-deep",
  101. "extend-shallow",
  102. "merge-deep",
  103. "mixin-deep"
  104. ]
  105. },
  106. "lint": {
  107. "reflinks": true
  108. }
  109. },
  110. "version": "2.0.2"
  111. }