package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "fs-write-stream-atomic@1.0.10",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "fs-write-stream-atomic@1.0.10",
  9. "_id": "fs-write-stream-atomic@1.0.10",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=",
  12. "_location": "/fs-write-stream-atomic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs-write-stream-atomic@1.0.10",
  18. "name": "fs-write-stream-atomic",
  19. "escapedName": "fs-write-stream-atomic",
  20. "rawSpec": "1.0.10",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.10"
  23. },
  24. "_requiredBy": [
  25. "/copy-concurrently",
  26. "/move-concurrently"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
  29. "_spec": "1.0.10",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/fs-write-stream-atomic/issues"
  38. },
  39. "dependencies": {
  40. "graceful-fs": "^4.1.2",
  41. "iferr": "^0.1.5",
  42. "imurmurhash": "^0.1.4",
  43. "readable-stream": "1 || 2"
  44. },
  45. "description": "Like `fs.createWriteStream(...)`, but atomic.",
  46. "devDependencies": {
  47. "rimraf": "^2.4.4",
  48. "standard": "^5.4.1",
  49. "tap": "^2.3.1"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/npm/fs-write-stream-atomic",
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "fs-write-stream-atomic",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/fs-write-stream-atomic.git"
  61. },
  62. "scripts": {
  63. "test": "standard && tap --coverage test/*.js"
  64. },
  65. "version": "1.0.10"
  66. }