package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "define-properties@^1.1.2",
  3. "_id": "define-properties@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  6. "_location": "/define-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-properties@^1.1.2",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/array.prototype.reduce",
  21. "/arraybuffer.prototype.slice",
  22. "/function.prototype.name",
  23. "/globalthis",
  24. "/object-is",
  25. "/object.assign",
  26. "/object.getownpropertydescriptors",
  27. "/object.values",
  28. "/regexp.prototype.flags",
  29. "/string.prototype.trim",
  30. "/string.prototype.trimend",
  31. "/string.prototype.trimstart",
  32. "/typedarray.prototype.slice",
  33. "/util.promisify"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  36. "_shasum": "10781cc616eb951a80a034bafcaa7377f6af2b6c",
  37. "_spec": "define-properties@^1.1.2",
  38. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\util.promisify",
  39. "author": {
  40. "name": "Jordan Harband",
  41. "email": "ljharb@gmail.com"
  42. },
  43. "auto-changelog": {
  44. "output": "CHANGELOG.md",
  45. "template": "keepachangelog",
  46. "unreleased": false,
  47. "commitLimit": false,
  48. "backfillLimit": false,
  49. "hideCredit": true,
  50. "startingVersion": "1.1.5"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/ljharb/define-properties/issues"
  54. },
  55. "bundleDependencies": false,
  56. "dependencies": {
  57. "define-data-property": "^1.0.1",
  58. "has-property-descriptors": "^1.0.0",
  59. "object-keys": "^1.1.1"
  60. },
  61. "deprecated": false,
  62. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^21.1.0",
  65. "aud": "^2.0.3",
  66. "auto-changelog": "^2.4.0",
  67. "eslint": "=8.8.0",
  68. "in-publish": "^2.0.1",
  69. "npmignore": "^0.3.0",
  70. "nyc": "^10.3.2",
  71. "safe-publish-latest": "^2.0.0",
  72. "tape": "^5.6.6"
  73. },
  74. "engines": {
  75. "node": ">= 0.4"
  76. },
  77. "funding": {
  78. "url": "https://github.com/sponsors/ljharb"
  79. },
  80. "homepage": "https://github.com/ljharb/define-properties#readme",
  81. "keywords": [
  82. "Object.defineProperty",
  83. "Object.defineProperties",
  84. "object",
  85. "property descriptor",
  86. "descriptor",
  87. "define",
  88. "ES5"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "define-properties",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows",
  96. "test/"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/ljharb/define-properties.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prepack": "npmignore --auto --commentLines=autogenerated",
  108. "prepublish": "not-in-publish || npm run prepublishOnly",
  109. "prepublishOnly": "safe-publish-latest",
  110. "pretest": "npm run lint",
  111. "test": "npm run tests-only",
  112. "tests-only": "nyc tape 'test/**/*.js'",
  113. "version": "auto-changelog && git add CHANGELOG.md"
  114. },
  115. "testling": {
  116. "files": "test/index.js",
  117. "browsers": [
  118. "iexplore/6.0..latest",
  119. "firefox/3.0..6.0",
  120. "firefox/15.0..latest",
  121. "firefox/nightly",
  122. "chrome/4.0..10.0",
  123. "chrome/20.0..latest",
  124. "chrome/canary",
  125. "opera/10.0..latest",
  126. "opera/next",
  127. "safari/4.0..latest",
  128. "ipad/6.0..latest",
  129. "iphone/6.0..latest",
  130. "android-browser/4.2"
  131. ]
  132. },
  133. "version": "1.2.1"
  134. }