{
  "_args": [
    [
      "write-file-atomic@4.0.2",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "write-file-atomic@4.0.2",
  "_id": "write-file-atomic@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  "_location": "/write-file-atomic",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "write-file-atomic@4.0.2",
    "name": "write-file-atomic",
    "escapedName": "write-file-atomic",
    "rawSpec": "4.0.2",
    "saveSpec": null,
    "fetchSpec": "4.0.2"
  },
  "_requiredBy": [
    "/@jest/transform"
  ],
  "_resolved": "https://registry.npmmirror.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  "_spec": "4.0.2",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "GitHub Inc."
  },
  "bugs": {
    "url": "https://github.com/npm/write-file-atomic/issues"
  },
  "dependencies": {
    "imurmurhash": "^0.1.4",
    "signal-exit": "^3.0.7"
  },
  "description": "Write files in an atomic fashion w/configurable ownership",
  "devDependencies": {
    "@npmcli/eslint-config": "^3.0.1",
    "@npmcli/template-oss": "3.5.0",
    "mkdirp": "^1.0.4",
    "rimraf": "^3.0.2",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/write-file-atomic",
  "keywords": [
    "writeFile",
    "atomic"
  ],
  "license": "ISC",
  "main": "./lib/index.js",
  "name": "write-file-atomic",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/write-file-atomic.git"
  },
  "scripts": {
    "lint": "eslint \"**/*.js\"",
    "lintfix": "npm run lint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "windowsCI": false,
    "version": "3.5.0"
  },
  "version": "4.0.2"
}
