package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "define-properties@^1.1.4",
  3. "_id": "define-properties@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  6. "_location": "/define-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-properties@^1.1.4",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/object.assign"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.0.tgz",
  22. "_shasum": "52988570670c9eacedd8064f4a990f2405849bd5",
  23. "_spec": "define-properties@^1.1.4",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/object.assign",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true,
  36. "startingVersion": "1.1.5"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/define-properties/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "has-property-descriptors": "^1.0.0",
  44. "object-keys": "^1.1.1"
  45. },
  46. "deprecated": false,
  47. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.0.1",
  50. "aud": "^2.0.2",
  51. "auto-changelog": "^2.4.0",
  52. "eslint": "=8.8.0",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.6.3"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/define-properties#readme",
  66. "keywords": [
  67. "Object.defineProperty",
  68. "Object.defineProperties",
  69. "object",
  70. "property descriptor",
  71. "descriptor",
  72. "define",
  73. "ES5"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "define-properties",
  78. "publishConfig": {
  79. "ignore": [
  80. ".github/workflows",
  81. "test/"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/ljharb/define-properties.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "posttest": "aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prepack": "npmignore --auto --commentLines=autogenerated",
  93. "prepublish": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "testling": {
  101. "files": "test/index.js",
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "1.2.0"
  119. }