package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "atomically@^1.7.0",
  3. "_id": "atomically@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w==",
  6. "_location": "/atomically",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "atomically@^1.7.0",
  12. "name": "atomically",
  13. "escapedName": "atomically",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/conf"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/atomically/-/atomically-1.7.0.tgz",
  22. "_shasum": "c07a0458432ea6dbc9a3506fffa424b48bccaafe",
  23. "_spec": "atomically@^1.7.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/conf",
  25. "author": {
  26. "name": "Fabio Spampinato",
  27. "email": "spampinabio@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/fabiospampinato/atomically/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Read and write files atomically and reliably.",
  36. "devDependencies": {
  37. "@types/node": "^12.7.2",
  38. "lodash": "^4.17.19",
  39. "mkdirp": "^1.0.4",
  40. "promise-resolve-timeout": "^1.2.1",
  41. "require-inject": "^1.4.4",
  42. "rimraf": "^3.0.2",
  43. "tap": "^14.10.7",
  44. "typescript": "^3.5.3",
  45. "typescript-transform-export-interop": "^1.0.2",
  46. "write-file-atomic": "^3.0.3"
  47. },
  48. "engines": {
  49. "node": ">=10.12.0"
  50. },
  51. "homepage": "https://github.com/fabiospampinato/atomically#readme",
  52. "keywords": [
  53. "atomic",
  54. "read",
  55. "write",
  56. "file",
  57. "reliable"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/index.js",
  61. "name": "atomically",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/fabiospampinato/atomically.git"
  65. },
  66. "scripts": {
  67. "benchmark": "node ./tasks/benchmark.js",
  68. "clean": "rimraf dist",
  69. "compile": "tsc --skipLibCheck && tstei",
  70. "compile:watch": "tsc --skipLibCheck --watch",
  71. "prepublishOnly": "npm run clean && npm run compile && npm run test",
  72. "test": "tap --no-coverage-report",
  73. "test:watch": "tap --no-coverage-report --watch"
  74. },
  75. "types": "dist/index.d.ts",
  76. "version": "1.7.0"
  77. }