12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "mkdirp@^0.5.1",
- "_id": "mkdirp@0.5.6",
- "_inBundle": false,
- "_integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
- "_location": "/mkdirp",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mkdirp@^0.5.1",
- "name": "mkdirp",
- "escapedName": "mkdirp",
- "rawSpec": "^0.5.1",
- "saveSpec": null,
- "fetchSpec": "^0.5.1"
- },
- "_requiredBy": [
- "/fstream",
- "/node-gyp",
- "/node-sass"
- ],
- "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
- "_shasum": "7def03d2432dcae4ba1d611445c48396062255f6",
- "_spec": "mkdirp@^0.5.1",
- "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- },
- "bugs": {
- "url": "https://github.com/substack/node-mkdirp/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "minimist": "^1.2.6"
- },
- "deprecated": false,
- "description": "Recursively mkdir, like `mkdir -p`",
- "devDependencies": {
- "tap": "^16.0.1"
- },
- "files": [
- "bin",
- "index.js"
- ],
- "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.6"
- }
|