Dashboard sipadu mbip
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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "util.promisify@~1.0.0",
  3. "_id": "util.promisify@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
  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.0.tgz",
  22. "_shasum": "440f7165a459c9a16dc145eb8e72f35687097030",
  23. "_spec": "util.promisify@~1.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/svgo",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/util.promisify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "define-properties": "^1.1.2",
  35. "object.getownpropertydescriptors": "^2.0.3"
  36. },
  37. "deprecated": false,
  38. "description": "Polyfill/shim for util.promisify in node versions < v8",
  39. "devDependencies": {
  40. "@es-shims/api": "^1.2.0",
  41. "@ljharb/eslint-config": "^11.0.0",
  42. "eslint": "^3.19.0",
  43. "safe-publish-latest": "^1.1.1"
  44. },
  45. "homepage": "https://github.com/ljharb/util.promisify#readme",
  46. "keywords": [
  47. "promisify",
  48. "promise",
  49. "util",
  50. "polyfill",
  51. "shim",
  52. "util.promisify"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "util.promisify",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/ljharb/util.promisify.git"
  60. },
  61. "scripts": {
  62. "lint": "eslint .",
  63. "prepublish": "safe-publish-latest",
  64. "pretest": "npm run lint",
  65. "test": "npm run tests-only",
  66. "tests-only": "es-shim-api --bound"
  67. },
  68. "version": "1.0.0"
  69. }