package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@gar/promisify@^1.0.1",
  3. "_id": "@gar/promisify@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
  6. "_location": "/@gar/promisify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@gar/promisify@^1.0.1",
  12. "name": "@gar/promisify",
  13. "escapedName": "@gar%2fpromisify",
  14. "scope": "@gar",
  15. "rawSpec": "^1.0.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.0.1"
  18. },
  19. "_requiredBy": [
  20. "/@npmcli/fs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz",
  23. "_shasum": "555193ab2e3bb3b6adc3d551c9c030d9e860daf6",
  24. "_spec": "@gar/promisify@^1.0.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@npmcli\\fs",
  26. "author": {
  27. "name": "Gar",
  28. "email": "gar+npm@danger.computer"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wraithgar/gar-promisify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Promisify an entire class or object",
  36. "devDependencies": {
  37. "@hapi/code": "^8.0.1",
  38. "@hapi/lab": "^24.1.0",
  39. "standard": "^16.0.3"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/wraithgar/gar-promisify#readme",
  45. "keywords": [
  46. "promisify",
  47. "all",
  48. "class",
  49. "object"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "@gar/promisify",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/wraithgar/gar-promisify.git"
  57. },
  58. "scripts": {
  59. "lint": "standard",
  60. "lint:fix": "standard --fix",
  61. "posttest": "npm run lint",
  62. "test": "lab -a @hapi/code -t 100"
  63. },
  64. "version": "1.1.3"
  65. }