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.
 
 
 
 

114 line
3.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "object.getownpropertydescriptors@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "object.getownpropertydescriptors@2.1.0",
  9. "_id": "object.getownpropertydescriptors@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==",
  12. "_location": "/object.getownpropertydescriptors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object.getownpropertydescriptors@2.1.0",
  18. "name": "object.getownpropertydescriptors",
  19. "escapedName": "object.getownpropertydescriptors",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/html-webpack-plugin/util.promisify",
  26. "/util.promisify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
  37. },
  38. "dependencies": {
  39. "define-properties": "^1.1.3",
  40. "es-abstract": "^1.17.0-next.1"
  41. },
  42. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  43. "devDependencies": {
  44. "@es-shims/api": "^2.1.2",
  45. "@ljharb/eslint-config": "^15.0.2",
  46. "covert": "^1.1.1",
  47. "eslint": "^6.7.2",
  48. "functions-have-names": "^1.2.0",
  49. "replace": "^1.1.1",
  50. "safe-publish-latest": "^1.1.4",
  51. "semver": "^6.3.0",
  52. "tape": "^4.11.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.8"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
  61. "keywords": [
  62. "Object.getOwnPropertyDescriptors",
  63. "descriptor",
  64. "property descriptor",
  65. "ES8",
  66. "ES2017",
  67. "shim",
  68. "polyfill",
  69. "getOwnPropertyDescriptor",
  70. "es-shim API"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "object.getownpropertydescriptors",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test/*.js",
  81. "coverage:quiet": "covert test/*.js --quiet",
  82. "lint": "eslint .",
  83. "posttest": "npx aud",
  84. "prepublish": "safe-publish-latest",
  85. "pretest": "npm run --silent lint && es-shim-api --bound",
  86. "test": "npm run --silent tests-only",
  87. "test:module": "node test",
  88. "test:shimmed": "node test/shimmed",
  89. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  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.0"
  113. }