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.

134 lines
3.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "object.getownpropertydescriptors@^2.0.3",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/util.promisify"
  6. ]
  7. ],
  8. "_from": "object.getownpropertydescriptors@>=2.0.3 <3.0.0",
  9. "_id": "object.getownpropertydescriptors@2.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object.getownpropertydescriptors",
  13. "_nodeVersion": "6.3.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/object.getownpropertydescriptors-2.0.3.tgz_1469574593235_0.23603621823713183"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "object.getownpropertydescriptors",
  26. "raw": "object.getownpropertydescriptors@^2.0.3",
  27. "rawSpec": "^2.0.3",
  28. "scope": null,
  29. "spec": ">=2.0.3 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/util.promisify"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
  36. "_shasum": "8758c846f5b407adab0f236e0986f14b051caa16",
  37. "_shrinkwrap": null,
  38. "_spec": "object.getownpropertydescriptors@^2.0.3",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/util.promisify",
  40. "author": {
  41. "name": "Jordan Harband"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/object.getownpropertydescriptors/issues"
  45. },
  46. "dependencies": {
  47. "define-properties": "^1.1.2",
  48. "es-abstract": "^1.5.1"
  49. },
  50. "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
  51. "devDependencies": {
  52. "@es-shims/api": "^1.2.0",
  53. "@ljharb/eslint-config": "^6.0.0",
  54. "covert": "^1.1.0",
  55. "eslint": "^3.1.1",
  56. "jscs": "^3.0.7",
  57. "nsp": "^2.6.1",
  58. "replace": "^0.3.0",
  59. "semver": "^5.3.0",
  60. "tape": "^4.6.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "8758c846f5b407adab0f236e0986f14b051caa16",
  65. "tarball": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.8"
  69. },
  70. "gitHead": "43bcf3e85f678fec5e06fbb0644608b05d3bd5f7",
  71. "homepage": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
  72. "keywords": [
  73. "ES2017",
  74. "ES8",
  75. "Object.getOwnPropertyDescriptors",
  76. "descriptor",
  77. "es-shim API",
  78. "getOwnPropertyDescriptor",
  79. "polyfill",
  80. "property descriptor",
  81. "shim"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "ljharb",
  88. "email": "ljharb@gmail.com"
  89. }
  90. ],
  91. "name": "object.getownpropertydescriptors",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/ljharb/object.getownpropertydescriptors.git"
  97. },
  98. "scripts": {
  99. "coverage": "covert test/*.js",
  100. "coverage:quiet": "covert test/*.js --quiet",
  101. "eslint": "eslint test/*.js *.js",
  102. "jscs": "jscs test/*.js *.js",
  103. "lint": "npm run --silent jscs && npm run --silent eslint",
  104. "posttest": "npm run --silent security",
  105. "pretest": "npm run --silent lint && es-shim-api",
  106. "security": "nsp check",
  107. "test": "npm run --silent tests-only",
  108. "test:module": "node test/index.js",
  109. "test:shimmed": "node test/shimmed.js",
  110. "tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
  111. },
  112. "testling": {
  113. "browsers": [
  114. "android-browser/4.2",
  115. "chrome/20.0..latest",
  116. "chrome/5.0..10.0",
  117. "chrome/canary",
  118. "firefox/15.0..latest",
  119. "firefox/4.0..6.0",
  120. "firefox/nightly",
  121. "iexplore/9.0..latest",
  122. "ipad/6.0..latest",
  123. "iphone/6.0..latest",
  124. "opera/12.0..latest",
  125. "opera/next",
  126. "safari/5.0..latest"
  127. ],
  128. "files": [
  129. "test/index.js",
  130. "test/shimmed.js"
  131. ]
  132. },
  133. "version": "2.0.3"
  134. }