You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

124 lines
3.4 KiB

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