mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mkdirp@1.0.3",
|
|
"C:\\coderepos\\github-actions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "mkdirp@1.0.3",
|
|
"_id": "mkdirp@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==",
|
|
"_location": "/mkdirp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mkdirp@1.0.3",
|
|
"name": "mkdirp",
|
|
"escapedName": "mkdirp",
|
|
"rawSpec": "1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/ts-jest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.3.tgz",
|
|
"_spec": "1.0.3",
|
|
"_where": "C:\\coderepos\\github-actions\\login",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/node-mkdirp/issues"
|
|
},
|
|
"description": "Recursively mkdir, like `mkdir -p`",
|
|
"devDependencies": {
|
|
"require-inject": "^1.4.4",
|
|
"tap": "^14.10.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/isaacs/node-mkdirp#readme",
|
|
"keywords": [
|
|
"mkdir",
|
|
"directory",
|
|
"make dir",
|
|
"make",
|
|
"dir",
|
|
"recursive",
|
|
"native"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "mkdirp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/node-mkdirp.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true,
|
|
"coverage-map": "map.js"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|