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.

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "object.getownpropertydescriptors@^2.1.0",
  3. "_id": "object.getownpropertydescriptors@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==",
  6. "_location": "/object.getownpropertydescriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.getownpropertydescriptors@^2.1.0",
  12. "name": "object.getownpropertydescriptors",
  13. "escapedName": "object.getownpropertydescriptors",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/util.promisify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
  22. "_shasum": "369bf1f9592d8ab89d712dced5cb81c7c5352649",
  23. "_spec": "object.getownpropertydescriptors@^2.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\util.promisify",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "define-properties": "^1.1.3",
  35. "es-abstract": "^1.17.0-next.1"
  36. },
  37. "deprecated": false,
  38. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  39. "devDependencies": {
  40. "@es-shims/api": "^2.1.2",
  41. "@ljharb/eslint-config": "^15.0.2",
  42. "covert": "^1.1.1",
  43. "eslint": "^6.7.2",
  44. "functions-have-names": "^1.2.0",
  45. "replace": "^1.1.1",
  46. "safe-publish-latest": "^1.1.4",
  47. "semver": "^6.3.0",
  48. "tape": "^4.11.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.8"
  52. },
  53. "funding": {
  54. "url": "https://github.com/sponsors/ljharb"
  55. },
  56. "homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
  57. "keywords": [
  58. "Object.getOwnPropertyDescriptors",
  59. "descriptor",
  60. "property descriptor",
  61. "ES8",
  62. "ES2017",
  63. "shim",
  64. "polyfill",
  65. "getOwnPropertyDescriptor",
  66. "es-shim API"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "object.getownpropertydescriptors",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
  74. },
  75. "scripts": {
  76. "coverage": "covert test/*.js",
  77. "coverage:quiet": "covert test/*.js --quiet",
  78. "lint": "eslint .",
  79. "posttest": "npx aud",
  80. "prepublish": "safe-publish-latest",
  81. "pretest": "npm run --silent lint && es-shim-api --bound",
  82. "test": "npm run --silent tests-only",
  83. "test:module": "node test",
  84. "test:shimmed": "node test/shimmed",
  85. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  86. },
  87. "testling": {
  88. "files": [
  89. "test/index.js",
  90. "test/shimmed.js"
  91. ],
  92. "browsers": [
  93. "iexplore/9.0..latest",
  94. "firefox/4.0..6.0",
  95. "firefox/15.0..latest",
  96. "firefox/nightly",
  97. "chrome/5.0..10.0",
  98. "chrome/20.0..latest",
  99. "chrome/canary",
  100. "opera/12.0..latest",
  101. "opera/next",
  102. "safari/5.0..latest",
  103. "ipad/6.0..latest",
  104. "iphone/6.0..latest",
  105. "android-browser/4.2"
  106. ]
  107. },
  108. "version": "2.1.0"
  109. }