git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
mkdirp
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "name": "mkdirp", "description": "Recursively mkdir, like `mkdir -p`", "version": "0.5.5", "publishConfig": { "tag": "legacy" }, "author": "James Halliday <mail@substack.net> (http://substack.net)", "main": "index.js", "keywords": [ "mkdir", "directory" ], "repository": { "type": "git", "url": "https://github.com/substack/node-mkdirp.git" }, "scripts": { "test": "tap test/*.js" }, "dependencies": { "minimist": "^1.2.5" }, "devDependencies": { "mock-fs": "^3.7.0", "tap": "^5.4.2" }, "bin": "bin/cmd.js", "license": "MIT", "files": [ "bin", "index.js" ] }