mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
94
node_modules/recursive-copy/package.json
generated
vendored
Normal file
94
node_modules/recursive-copy/package.json
generated
vendored
Normal file
@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"recursive-copy@2.0.10",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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",
|
||||
"_spec": "2.0.10",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Tim Kendrick",
|
||||
"email": "timkendrick@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/timkendrick/recursive-copy/issues"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user