package.json 1.7 KB

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