package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "define-properties@^1.2.1",
  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.2.1",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/object.assign"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  22. "_shasum": "10781cc616eb951a80a034bafcaa7377f6af2b6c",
  23. "_spec": "define-properties@^1.2.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "define-data-property": "^1.0.1",
  44. "has-property-descriptors": "^1.0.0",
  45. "object-keys": "^1.1.1"
  46. },
  47. "deprecated": false,
  48. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "aud": "^2.0.3",
  52. "auto-changelog": "^2.4.0",
  53. "eslint": "=8.8.0",
  54. "in-publish": "^2.0.1",
  55. "npmignore": "^0.3.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^2.0.0",
  58. "tape": "^5.6.6"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/ljharb/define-properties#readme",
  67. "keywords": [
  68. "Object.defineProperty",
  69. "Object.defineProperties",
  70. "object",
  71. "property descriptor",
  72. "descriptor",
  73. "define",
  74. "ES5"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "define-properties",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows",
  82. "test/"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/ljharb/define-properties.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "testling": {
  102. "files": "test/index.js",
  103. "browsers": [
  104. "iexplore/6.0..latest",
  105. "firefox/3.0..6.0",
  106. "firefox/15.0..latest",
  107. "firefox/nightly",
  108. "chrome/4.0..10.0",
  109. "chrome/20.0..latest",
  110. "chrome/canary",
  111. "opera/10.0..latest",
  112. "opera/next",
  113. "safari/4.0..latest",
  114. "ipad/6.0..latest",
  115. "iphone/6.0..latest",
  116. "android-browser/4.2"
  117. ]
  118. },
  119. "version": "1.2.1"
  120. }