work.suroh.tk/node_modules/recursive-copy/package.json

92 lines
2.2 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "recursive-copy@^2.0.10",
"_id": "recursive-copy@2.0.10",
"_inBundle": false,
"_integrity": "sha512-S9J9XJUnfZ2NUS3lK6lx6HWLl2nWui+f7AKuu+qoFs4ikEPYgZ3qKk1T6tmBnr7PzhtKnawE+6TREy9XQKmxCA==",
"_location": "/recursive-copy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "recursive-copy@^2.0.10",
"name": "recursive-copy",
"escapedName": "recursive-copy",
"rawSpec": "^2.0.10",
"saveSpec": null,
"fetchSpec": "^2.0.10"
},
"_requiredBy": [
"/@11ty/eleventy"
],
"_resolved": "https://registry.npmjs.org/recursive-copy/-/recursive-copy-2.0.10.tgz",
"_shasum": "a39402f2270c5f8b562b48d438a42e2e6e5c644c",
"_spec": "recursive-copy@^2.0.10",
"_where": "/home/suroh/Repos/11ty.work/node_modules/@11ty/eleventy",
"author": {
"name": "Tim Kendrick",
"email": "timkendrick@gmail.com"
},
"bugs": {
"url": "https://github.com/timkendrick/recursive-copy/issues"
},
"bundleDependencies": false,
"dependencies": {
"del": "^2.2.0",
"emitter-mixin": "0.0.3",
"errno": "^0.1.2",
"graceful-fs": "^4.1.4",
"junk": "^1.0.1",
"maximatch": "^0.1.0",
"mkdirp": "^0.5.1",
"pify": "^2.3.0",
"promise": "^7.0.1",
"slash": "^1.0.0"
},
"deprecated": false,
"description": "Simple, flexible file copy utility",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"eslint": "^2.9.0",
"mocha": "^2.4.5",
"read-dir-files": "^0.1.1",
"rewire": "^2.3.3",
"through2": "^2.0.1"
},
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/timkendrick/recursive-copy",
"keywords": [
"copy",
"recursive",
"file",
"directory",
"folder",
"symlink",
"fs",
"rename",
"filter",
"transform",
"glob",
"regex",
"regexp"
],
"license": "ISC",
"main": "index.js",
"name": "recursive-copy",
"repository": {
"type": "git",
"url": "git+https://github.com/timkendrick/recursive-copy.git"
},
"scripts": {
"test": "eslint index.js test && mocha --reporter spec"
},
"version": "2.0.10"
}