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.

97 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@~1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/svgo"
  6. ]
  7. ],
  8. "_from": "util.promisify@>=1.0.0 <1.1.0",
  9. "_id": "util.promisify@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/util.promisify",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/util.promisify-1.0.0.tgz_1496178719180_0.9498088317923248"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "5.0.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "util.promisify",
  26. "raw": "util.promisify@~1.0.0",
  27. "rawSpec": "~1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <1.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/svgo"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
  36. "_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  37. "_shrinkwrap": null,
  38. "_spec": "util.promisify@~1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/svgo",
  40. "author": {
  41. "email": "ljharb@gmail.com",
  42. "name": "Jordan Harband"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/util.promisify/issues"
  46. },
  47. "dependencies": {
  48. "define-properties": "^1.1.2",
  49. "object.getownpropertydescriptors": "^2.0.3"
  50. },
  51. "description": "Polyfill/shim for util.promisify in node versions < v8",
  52. "devDependencies": {
  53. "@es-shims/api": "^1.2.0",
  54. "@ljharb/eslint-config": "^11.0.0",
  55. "eslint": "^3.19.0",
  56. "safe-publish-latest": "^1.1.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
  61. "shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  62. "tarball": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz"
  63. },
  64. "gitHead": "5d74d95951d5396e5a31c74607028d4470276091",
  65. "homepage": "https://github.com/ljharb/util.promisify#readme",
  66. "keywords": [
  67. "polyfill",
  68. "promise",
  69. "promisify",
  70. "shim",
  71. "util",
  72. "util.promisify"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "ljharb",
  79. "email": "ljharb@gmail.com"
  80. }
  81. ],
  82. "name": "util.promisify",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/ljharb/util.promisify.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint .",
  91. "prepublish": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "es-shim-api --bound"
  95. },
  96. "version": "1.0.0"
  97. }