Changeset 59329aa for trip-planner-front/node_modules/mkdirp
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/mkdirp/package.json
rceaed42 r59329aa 1 1 { 2 "name": "mkdirp", 2 "_args": [ 3 [ 4 "mkdirp@1.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "mkdirp@1.0.4", 10 "_id": "mkdirp@1.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", 13 "_location": "/mkdirp", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "mkdirp@1.0.4", 19 "name": "mkdirp", 20 "escapedName": "mkdirp", 21 "rawSpec": "1.0.4", 22 "saveSpec": null, 23 "fetchSpec": "1.0.4" 24 }, 25 "_requiredBy": [ 26 "/@npmcli/git", 27 "/@npmcli/move-file", 28 "/cacache", 29 "/pacote", 30 "/stylus", 31 "/tar" 32 ], 33 "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", 34 "_spec": "1.0.4", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "bin": { 37 "mkdirp": "bin/cmd.js" 38 }, 39 "bugs": { 40 "url": "https://github.com/isaacs/node-mkdirp/issues" 41 }, 3 42 "description": "Recursively mkdir, like `mkdir -p`", 4 "version": "1.0.4", 5 "main": "index.js", 43 "devDependencies": { 44 "require-inject": "^1.4.4", 45 "tap": "^14.10.7" 46 }, 47 "engines": { 48 "node": ">=10" 49 }, 50 "files": [ 51 "bin", 52 "lib", 53 "index.js" 54 ], 55 "homepage": "https://github.com/isaacs/node-mkdirp#readme", 6 56 "keywords": [ 7 57 "mkdir", … … 13 63 "native" 14 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "mkdirp", 15 68 "repository": { 16 69 "type": "git", 17 "url": " https://github.com/isaacs/node-mkdirp.git"70 "url": "git+https://github.com/isaacs/node-mkdirp.git" 18 71 }, 19 72 "scripts": { 20 "test": "tap", 73 "postpublish": "git push origin --follow-tags", 74 "postversion": "npm publish", 75 "preversion": "npm test", 21 76 "snap": "tap", 22 "preversion": "npm test", 23 "postversion": "npm publish", 24 "postpublish": "git push origin --follow-tags" 77 "test": "tap" 25 78 }, 26 79 "tap": { … … 28 81 "coverage-map": "map.js" 29 82 }, 30 "devDependencies": { 31 "require-inject": "^1.4.4", 32 "tap": "^14.10.7" 33 }, 34 "bin": "bin/cmd.js", 35 "license": "MIT", 36 "engines": { 37 "node": ">=10" 38 }, 39 "files": [ 40 "bin", 41 "lib", 42 "index.js" 43 ] 83 "version": "1.0.4" 44 84 }
Note:
See TracChangeset
for help on using the changeset viewer.