{
  "_args": [
    [
      "@akryum/winattr@3.0.0",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "@akryum/winattr@3.0.0",
  "_id": "@akryum/winattr@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-t4WmWoGV9gyzypwG3y3JlcK2t8fKLtvzBA7xEoFTj9SMPvOuLsf13uh4ikK0RRaaa9RPPWLgFUdOyIRaQvCpwQ==",
  "_location": "/@akryum/winattr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@akryum/winattr@3.0.0",
    "name": "@akryum/winattr",
    "escapedName": "@akryum%2fwinattr",
    "scope": "@akryum",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@vue/cli-ui"
  ],
  "_resolved": "https://registry.npmjs.org/@akryum/winattr/-/winattr-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Steven Vachon",
    "email": "contact@svachon.com",
    "url": "https://www.svachon.com/"
  },
  "bugs": {
    "url": "https://github.com/Akryum/winattr/issues"
  },
  "contributors": [
    {
      "name": "Guillaume Chau",
      "email": "guillaume.b.chau@gmail.com"
    }
  ],
  "dependencies": {
    "fswin": "^2.17.1227"
  },
  "description": "Foolproof Windows® file attributes.",
  "devDependencies": {
    "chai": "^4.0.0",
    "eslint": "^4.10.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^6.0.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^3.4.2"
  },
  "engines": {
    "node": ">= 8"
  },
  "files": [
    "lib",
    "license"
  ],
  "homepage": "https://github.com/Akryum/winattr#readme",
  "keywords": [
    "attributes",
    "file",
    "fs",
    "fs-stat",
    "native",
    "ntfs",
    "windows"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "@akryum/winattr",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akryum/winattr.git"
  },
  "scripts": {
    "prepublishOnly": "yarn test",
    "test": "yarn test:eslint && yarn test:unit",
    "test:eslint": "eslint lib --ext .js",
    "test:unit": "mocha test/ --bail --reporter spec --check-leaks"
  },
  "version": "3.0.0"
}
