package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "object.getownpropertydescriptors@^2.1.1",
  3. "_id": "object.getownpropertydescriptors@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==",
  6. "_location": "/object.getownpropertydescriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.getownpropertydescriptors@^2.1.1",
  12. "name": "object.getownpropertydescriptors",
  13. "escapedName": "object.getownpropertydescriptors",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin/util.promisify",
  20. "/svgo/util.promisify",
  21. "/util.promisify"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz",
  24. "_shasum": "b223cf38e17fefb97a63c10c91df72ccb386df9e",
  25. "_spec": "object.getownpropertydescriptors@^2.1.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\util.promisify",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "call-bind": "^1.0.2",
  37. "define-properties": "^1.1.3",
  38. "es-abstract": "^1.19.1"
  39. },
  40. "deprecated": false,
  41. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  42. "devDependencies": {
  43. "@es-shims/api": "^2.2.1",
  44. "@ljharb/eslint-config": "^18.0.0",
  45. "aud": "^1.1.5",
  46. "eslint": "^7.32.0",
  47. "functions-have-names": "^1.2.2",
  48. "has-strict-mode": "^1.0.1",
  49. "nyc": "^10.3.2",
  50. "safe-publish-latest": "^1.1.4",
  51. "tape": "^5.3.1"
  52. },
  53. "engines": {
  54. "node": ">= 0.8"
  55. },
  56. "funding": {
  57. "url": "https://github.com/sponsors/ljharb"
  58. },
  59. "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
  60. "keywords": [
  61. "Object.getOwnPropertyDescriptors",
  62. "descriptor",
  63. "property descriptor",
  64. "ES8",
  65. "ES2017",
  66. "shim",
  67. "polyfill",
  68. "getOwnPropertyDescriptor",
  69. "es-shim API"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "object.getownpropertydescriptors",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "postlint": "es-shim-api --bound",
  81. "posttest": "npx aud --production",
  82. "prepublish": "not-in-publish || npm run prepublishOnly",
  83. "prepublishOnly": "safe-publish-latest",
  84. "pretest": "npm run --silent lint",
  85. "test": "npm run --silent tests-only",
  86. "tests-only": "nyc tape 'test/**/*.js'"
  87. },
  88. "testling": {
  89. "files": [
  90. "test/index.js",
  91. "test/shimmed.js"
  92. ],
  93. "browsers": [
  94. "iexplore/9.0..latest",
  95. "firefox/4.0..6.0",
  96. "firefox/15.0..latest",
  97. "firefox/nightly",
  98. "chrome/5.0..10.0",
  99. "chrome/20.0..latest",
  100. "chrome/canary",
  101. "opera/12.0..latest",
  102. "opera/next",
  103. "safari/5.0..latest",
  104. "ipad/6.0..latest",
  105. "iphone/6.0..latest",
  106. "android-browser/4.2"
  107. ]
  108. },
  109. "version": "2.1.3"
  110. }