package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "write-file-atomic@^1.1.2",
  6. "scope": null,
  7. "escapedName": "write-file-atomic",
  8. "name": "write-file-atomic",
  9. "rawSpec": "^1.1.2",
  10. "spec": ">=1.1.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/configstore"
  14. ]
  15. ],
  16. "_from": "write-file-atomic@>=1.1.2 <2.0.0",
  17. "_id": "write-file-atomic@1.3.1",
  18. "_inCache": true,
  19. "_location": "/write-file-atomic",
  20. "_nodeVersion": "7.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/write-file-atomic-1.3.1.tgz_1483776142964_0.11427561868913472"
  24. },
  25. "_npmUser": {
  26. "name": "iarna",
  27. "email": "me@re-becca.org"
  28. },
  29. "_npmVersion": "4.1.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "write-file-atomic@^1.1.2",
  33. "scope": null,
  34. "escapedName": "write-file-atomic",
  35. "name": "write-file-atomic",
  36. "rawSpec": "^1.1.2",
  37. "spec": ">=1.1.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/configstore"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz",
  44. "_shasum": "7d45ba32316328dd1ec7d90f60ebc0d845bb759a",
  45. "_shrinkwrap": null,
  46. "_spec": "write-file-atomic@^1.1.2",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/configstore",
  48. "author": {
  49. "name": "Rebecca Turner",
  50. "email": "me@re-becca.org",
  51. "url": "http://re-becca.org"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/iarna/write-file-atomic/issues"
  55. },
  56. "dependencies": {
  57. "graceful-fs": "^4.1.11",
  58. "imurmurhash": "^0.1.4",
  59. "slide": "^1.1.5"
  60. },
  61. "description": "Write files in an atomic fashion w/configurable ownership",
  62. "devDependencies": {
  63. "mkdirp": "^0.5.1",
  64. "require-inject": "^1.4.0",
  65. "rimraf": "^2.5.4",
  66. "standard": "^5.4.1",
  67. "tap": "^2.3.1"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "7d45ba32316328dd1ec7d90f60ebc0d845bb759a",
  72. "tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz"
  73. },
  74. "files": [
  75. "index.js"
  76. ],
  77. "gitHead": "56fef5763513905d7e43aa685adad80002445474",
  78. "homepage": "https://github.com/iarna/write-file-atomic",
  79. "keywords": [
  80. "writeFile",
  81. "atomic"
  82. ],
  83. "license": "ISC",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "iarna",
  88. "email": "me@re-becca.org"
  89. },
  90. {
  91. "name": "othiym23",
  92. "email": "ogd@aoaioxxysz.net"
  93. }
  94. ],
  95. "name": "write-file-atomic",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
  101. },
  102. "scripts": {
  103. "test": "standard && tap --coverage test/*.js"
  104. },
  105. "version": "1.3.1"
  106. }