{
  "_from": "less-watch-compiler@^1.16.3",
  "_id": "less-watch-compiler@1.16.3",
  "_inBundle": false,
  "_integrity": "sha512-cxGUt8YdPpPPB72w1dfzPVXML5JYgfExXbFvDfG5XBU9qvj6uVjwTY2qOgwvf09Au5p2RvmWVcNps/cMTojJNQ==",
  "_location": "/less-watch-compiler",
  "_phantomChildren": {
    "copy-anything": "2.0.6",
    "errno": "0.1.8",
    "graceful-fs": "4.2.9",
    "image-size": "0.5.5",
    "make-dir": "2.1.0",
    "mime": "1.6.0",
    "needle": "2.9.1",
    "parse-node-version": "1.0.1",
    "source-map": "0.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "less-watch-compiler@^1.16.3",
    "name": "less-watch-compiler",
    "escapedName": "less-watch-compiler",
    "rawSpec": "^1.16.3",
    "saveSpec": null,
    "fetchSpec": "^1.16.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/less-watch-compiler/-/less-watch-compiler-1.16.3.tgz",
  "_shasum": "ca90c538fb7c28332a563fe65b4f7d9aed2c5f54",
  "_spec": "less-watch-compiler@^1.16.3",
  "_where": "/home/etienne/projects/e-boutik/public/wp-content/themes/Plateforme-boutiques",
  "author": {
    "name": "Jony Cheung"
  },
  "bin": {
    "less-watch-compiler": "dist/less-watch-compiler.js"
  },
  "bugs": {
    "url": "https://github.com/jonycheung/deadsimple-less-watch-compiler/issues"
  },
  "bundleDependencies": false,
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/less-watch-compiler"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "amdefine": ">= 0.1.0",
    "commander": "^8.0.0",
    "extend": ">= 2.0.0",
    "global": "^4.3.1",
    "less": "^4.0.0",
    "shelljs": ">= 0.4.0"
  },
  "deprecated": false,
  "description": "A command that watches folders(and subfolders) for file changes and automatically compile the less css files into css. This is a file system watcher and compiler.",
  "devDependencies": {
    "@types/commander": "2.12.2",
    "babel-cli": "6.26.0",
    "babel-preset-env": "1.7.0",
    "cz-conventional-changelog": "3.3.0",
    "mocha": "9.0.3"
  },
  "directories": {
    "test": "tests"
  },
  "engine": "node 0.10.26",
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/jonycheung/deadsimple-less-watch-compiler",
  "keywords": [
    "less",
    "lessc",
    "compiler",
    "file system",
    "watcher",
    "watch",
    "compile",
    "folder",
    "directory",
    "files",
    "css"
  ],
  "license": "MIT",
  "main": "dist/less-watch-compiler.js",
  "name": "less-watch-compiler",
  "preferGlobal": true,
  "repository": {
    "url": "git+https://github.com/jonycheung/deadsimple-less-watch-compiler.git",
    "type": "git"
  },
  "scripts": {
    "build": "babel src --out-dir dist",
    "clean": "rm -R ./test/css || true && mkdir ./test/css",
    "commit": "git-cz -n",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "yarn run build",
    "start": "yarn run build && node ./dist/less-watch-compiler.js",
    "test": "yarn run build && yarn run clean && npx mocha --exit"
  },
  "version": "1.16.3"
}
