package.json 3.2 KB

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