package.json 2.5 KB

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