package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "steno@0.4.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "steno@0.4.4",
  9. "_id": "steno@0.4.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EEHMVYHNXFHfGtgjNITnka0aHhiAlo93F7z2/Pwd+g0teG9CnM3JIINM7hVVB5/rhw9voufD7Wukwgtw2uqh6w==",
  12. "_location": "/steno",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "steno@0.4.4",
  18. "name": "steno",
  19. "escapedName": "steno",
  20. "rawSpec": "0.4.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.4.4"
  23. },
  24. "_requiredBy": [
  25. "/lowdb"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz",
  28. "_spec": "0.4.4",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "typicode"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/typicode/steno/issues"
  35. },
  36. "dependencies": {
  37. "graceful-fs": "^4.1.3"
  38. },
  39. "description": "Simple file writer with race condition prevention and atomic writing",
  40. "devDependencies": {
  41. "after": "^0.8.1",
  42. "husky": "^0.11.1",
  43. "standard": "^6.0.7",
  44. "tap-dot": "^0.2.3",
  45. "tape": "^3.0.1"
  46. },
  47. "homepage": "https://github.com/typicode/steno",
  48. "keywords": [
  49. "fs",
  50. "file",
  51. "write",
  52. "writer",
  53. "asynchronous",
  54. "race",
  55. "condition",
  56. "atomic",
  57. "writing",
  58. "safe"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "steno",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/typicode/steno.git"
  66. },
  67. "scripts": {
  68. "prepush": "npm test",
  69. "test": "node test | tap-dot && standard"
  70. },
  71. "version": "0.4.4"
  72. }