package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "define-properties@^1.1.3",
  3. "_id": "define-properties@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  6. "_location": "/define-properties",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-properties@^1.1.3",
  12. "name": "define-properties",
  13. "escapedName": "define-properties",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/array.prototype.flat",
  21. "/html-webpack-plugin/util.promisify",
  22. "/object.assign",
  23. "/object.getownpropertydescriptors",
  24. "/object.values",
  25. "/string.prototype.trimend",
  26. "/string.prototype.trimstart",
  27. "/util.promisify"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
  30. "_shasum": "0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1",
  31. "_spec": "define-properties@^1.1.3",
  32. "_where": "H:\\gs_nuxt\\node_modules\\object.assign",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/define-properties/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "has-property-descriptors": "^1.0.0",
  43. "object-keys": "^1.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.0.0",
  49. "aud": "^2.0.0",
  50. "eslint": "=8.8.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^2.0.0",
  53. "tape": "^5.5.3"
  54. },
  55. "engines": {
  56. "node": ">= 0.4"
  57. },
  58. "funding": {
  59. "url": "https://github.com/sponsors/ljharb"
  60. },
  61. "homepage": "https://github.com/ljharb/define-properties#readme",
  62. "keywords": [
  63. "Object.defineProperty",
  64. "Object.defineProperties",
  65. "object",
  66. "property descriptor",
  67. "descriptor",
  68. "define",
  69. "ES5"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "define-properties",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/ljharb/define-properties.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --ext=js,mjs .",
  80. "posttest": "aud --production",
  81. "prepublish": "not-in-publish || npm run prepublishOnly",
  82. "prepublishOnly": "safe-publish-latest",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only",
  85. "tests-only": "nyc tape 'test/**/*.js'"
  86. },
  87. "testling": {
  88. "files": "test/index.js",
  89. "browsers": [
  90. "iexplore/6.0..latest",
  91. "firefox/3.0..6.0",
  92. "firefox/15.0..latest",
  93. "firefox/nightly",
  94. "chrome/4.0..10.0",
  95. "chrome/20.0..latest",
  96. "chrome/canary",
  97. "opera/10.0..latest",
  98. "opera/next",
  99. "safari/4.0..latest",
  100. "ipad/6.0..latest",
  101. "iphone/6.0..latest",
  102. "android-browser/4.2"
  103. ]
  104. },
  105. "version": "1.1.4"
  106. }