package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "write-file-atomic@^3.0.0",
  3. "_id": "write-file-atomic@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  6. "_location": "/write-file-atomic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "write-file-atomic@^3.0.0",
  12. "name": "write-file-atomic",
  13. "escapedName": "write-file-atomic",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/configstore"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  22. "_shasum": "56bd5c5a5c70481cd19c571bd39ab965a5de56e8",
  23. "_spec": "write-file-atomic@^3.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\configstore",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org",
  28. "url": "http://re-becca.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/npm/write-file-atomic/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "imurmurhash": "^0.1.4",
  36. "is-typedarray": "^1.0.0",
  37. "signal-exit": "^3.0.2",
  38. "typedarray-to-buffer": "^3.1.5"
  39. },
  40. "deprecated": false,
  41. "description": "Write files in an atomic fashion w/configurable ownership",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.1",
  44. "require-inject": "^1.4.4",
  45. "rimraf": "^2.6.3",
  46. "standard": "^14.3.1",
  47. "tap": "^14.10.6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/npm/write-file-atomic",
  53. "keywords": [
  54. "writeFile",
  55. "atomic"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "write-file-atomic",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/npm/write-file-atomic.git"
  63. },
  64. "scripts": {
  65. "lint": "standard",
  66. "postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
  67. "posttest": "npm run lint",
  68. "postversion": "npm publish",
  69. "prepublishOnly": "git push origin --follow-tags",
  70. "preversion": "npm test",
  71. "test": "tap"
  72. },
  73. "tap": {
  74. "100": true
  75. },
  76. "version": "3.0.3"
  77. }