package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "write-file-atomic@1.3.4",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "write-file-atomic@1.3.4",
  9. "_id": "write-file-atomic@1.3.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=",
  12. "_location": "/write-file-atomic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "write-file-atomic@1.3.4",
  18. "name": "write-file-atomic",
  19. "escapedName": "write-file-atomic",
  20. "rawSpec": "1.3.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.4"
  23. },
  24. "_requiredBy": [
  25. "/node-localstorage"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz",
  28. "_spec": "1.3.4",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Rebecca Turner",
  32. "email": "me@re-becca.org",
  33. "url": "http://re-becca.org"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/iarna/write-file-atomic/issues"
  37. },
  38. "dependencies": {
  39. "graceful-fs": "^4.1.11",
  40. "imurmurhash": "^0.1.4",
  41. "slide": "^1.1.5"
  42. },
  43. "description": "Write files in an atomic fashion w/configurable ownership",
  44. "devDependencies": {
  45. "mkdirp": "^0.5.1",
  46. "require-inject": "^1.4.0",
  47. "rimraf": "^2.5.4",
  48. "standard": "^9.0.2",
  49. "tap": "^10.3.2"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/iarna/write-file-atomic",
  55. "keywords": [
  56. "writeFile",
  57. "atomic"
  58. ],
  59. "license": "ISC",
  60. "main": "index.js",
  61. "name": "write-file-atomic",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
  65. },
  66. "scripts": {
  67. "test": "standard && tap --coverage test/*.js"
  68. },
  69. "version": "1.3.4"
  70. }