flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

33
BACK_BACK/node_modules/@parcel/watcher/package.json generated vendored Executable file
View file

@ -0,0 +1,33 @@
{
"name": "@parcel/watcher",
"version": "1.12.1",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "cross-env NODE_ENV=test mocha",
"test-ci": "yarn build && yarn test",
"format": "prettier --write \"./{src,bin,test}/**/*.{js,json,md}\"",
"lint": "eslint . && prettier \"./{src,bin,test}/**/*.{js,json,md}\" --list-different",
"build": "babel src -d lib",
"prepublish": "yarn build"
},
"dependencies": {
"@parcel/utils": "^1.11.0",
"chokidar": "^2.1.5"
},
"devDependencies": {
"@parcel/babel-register": "^1.11.1",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.12.0",
"mocha": "^5.2.0"
},
"gitHead": "d9ec7af22f85134dc1a97fe00f35950f2fe1f57a"
}