diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
| commit | 7a52ddeba2a68388b544f529d2d92104420f77b0 (patch) | |
| tree | 15ddd47457a2cb4a96060747437d36474e4f6b4e /node_modules/@11ty/recursive-copy/package.json | |
| parent | 53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff) | |
Changed from static to 11ty!
Diffstat (limited to 'node_modules/@11ty/recursive-copy/package.json')
| -rw-r--r-- | node_modules/@11ty/recursive-copy/package.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/node_modules/@11ty/recursive-copy/package.json b/node_modules/@11ty/recursive-copy/package.json new file mode 100644 index 0000000..0d7b959 --- /dev/null +++ b/node_modules/@11ty/recursive-copy/package.json @@ -0,0 +1,72 @@ +{ + "name": "@11ty/recursive-copy", + "version": "4.0.2", + "description": "A fork of `recursive-copy`: Simple, flexible file copy utility", + "engines": { + "node": ">=18" + }, + "main": "index.js", + "types": "index.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "files": [ + "index.js", + "index.d.ts", + "lib" + ], + "scripts": { + "test": "npm run test:lint && npm run test:mocha && if-node-version '>=10' npm run test:typings", + "test:lint": "if-node-version '>=4' eslint index.js test", + "test:mocha": "mocha --reporter spec", + "test:typings": "tsd && echo 'TypeScript definitions are valid'", + "prepublishOnly": "npm run test" + }, + "repository": { + "type": "git", + "url": "https://github.com/11ty/recursive-copy.git" + }, + "keywords": [ + "copy", + "recursive", + "file", + "directory", + "folder", + "symlink", + "fs", + "rename", + "filter", + "transform", + "glob", + "regex", + "regexp" + ], + "author": "Tim Kendrick <timkendrick@gmail.com>", + "contributors": [ + "Zach Leatherman <zachleatherman@gmail.com> (https://zachleat.com/)" + ], + "license": "ISC", + "bugs": { + "url": "https://github.com/11ty/recursive-copy/issues" + }, + "homepage": "https://github.com/11ty/recursive-copy", + "dependencies": { + "errno": "^1.0.0", + "junk": "^3.1.0", + "maximatch": "^0.1.0", + "slash": "^3.0.0" + }, + "devDependencies": { + "@types/node": "^14.18.63", + "chai": "^3.5.0", + "chai-as-promised": "^5.3.0", + "eslint": "^2.13.1", + "if-node-version": "^1.1.1", + "mocha": "^2.5.3", + "read-dir-files": "^0.1.1", + "rewire": "^2.5.2", + "through2": "^2.0.5", + "tsd": "0.31.2" + } +} |
