wishthis/node_modules/mkdirp/package.json

74 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"mkdirp@0.5.5",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "mkdirp@0.5.5",
"_id": "mkdirp@0.5.5",
"_inBundle": false,
"_integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mkdirp@0.5.5",
"name": "mkdirp",
"escapedName": "mkdirp",
"rawSpec": "0.5.5",
"saveSpec": null,
"fetchSpec": "0.5.5"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/fomantic-ui",
"/rtlcss"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
"_spec": "0.5.5",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bin": {
"mkdirp": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/node-mkdirp/issues"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"minimist": "^1.2.5"
},
2022-02-23 16:41:13 +00:00
"description": "Recursively mkdir, like `mkdir -p`",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"mock-fs": "^3.7.0",
"tap": "^5.4.2"
},
"files": [
"bin",
"index.js"
2022-02-23 16:41:13 +00:00
],
"homepage": "https://github.com/substack/node-mkdirp#readme",
"keywords": [
"mkdir",
"directory"
],
"license": "MIT",
"main": "index.js",
"name": "mkdirp",
"publishConfig": {
"tag": "legacy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-mkdirp.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.5.5"
2022-01-21 08:28:41 +00:00
}