package.json 1.6 KB

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