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 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "util.promisify@~1.0.0",
  3. "_id": "util.promisify@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
  6. "_location": "/util.promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "util.promisify@~1.0.0",
  12. "name": "util.promisify",
  13. "escapedName": "util.promisify",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz",
  22. "_shasum": "6baf7774b80eeb0f7520d8b81d07982a59abbaee",
  23. "_spec": "util.promisify@~1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/util.promisify/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "define-properties": "^1.1.3",
  42. "es-abstract": "^1.17.2",
  43. "has-symbols": "^1.0.1",
  44. "object.getownpropertydescriptors": "^2.1.0"
  45. },
  46. "deprecated": false,
  47. "description": "Polyfill/shim for util.promisify in node versions < v8",
  48. "devDependencies": {
  49. "@es-shims/api": "^2.1.2",
  50. "@ljharb/eslint-config": "^15.1.0",
  51. "auto-changelog": "^1.16.2",
  52. "eslint": "^6.8.0",
  53. "safe-publish-latest": "^1.1.4"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/ljharb/util.promisify#readme",
  59. "keywords": [
  60. "promisify",
  61. "promise",
  62. "util",
  63. "polyfill",
  64. "shim",
  65. "util.promisify"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "util.promisify",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/ljharb/util.promisify.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint .",
  76. "posttest": "npx aud",
  77. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  78. "prepublish": "safe-publish-latest",
  79. "pretest": "npm run lint",
  80. "test": "npm run tests-only",
  81. "tests-only": "es-shim-api --bound",
  82. "version": "auto-changelog && git add CHANGELOG.md"
  83. },
  84. "version": "1.0.1"
  85. }