package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "write-file-atomic@2.4.3",
  5. "D:\\zhaogongxue\\crm\\template\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "write-file-atomic@2.4.3",
  10. "_id": "write-file-atomic@2.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
  13. "_location": "/write-file-atomic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "write-file-atomic@2.4.3",
  19. "name": "write-file-atomic",
  20. "escapedName": "write-file-atomic",
  21. "rawSpec": "2.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jest-runtime"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
  29. "_spec": "2.4.3",
  30. "_where": "D:\\zhaogongxue\\crm\\template\\admin",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org",
  34. "url": "http://re-becca.org"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/iarna/write-file-atomic/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.11",
  41. "imurmurhash": "^0.1.4",
  42. "signal-exit": "^3.0.2"
  43. },
  44. "description": "Write files in an atomic fashion w/configurable ownership",
  45. "devDependencies": {
  46. "mkdirp": "^0.5.1",
  47. "require-inject": "^1.4.0",
  48. "rimraf": "^2.5.4",
  49. "standard": "^12.0.1",
  50. "tap": "^12.1.3"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/iarna/write-file-atomic",
  56. "keywords": [
  57. "writeFile",
  58. "atomic"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "write-file-atomic",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push origin --follow-tags",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "test": "standard && tap --100 test/*.js"
  72. },
  73. "version": "2.4.3"
  74. }