| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "mkpath@1.0.0",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "mkpath@1.0.0",
- "_id": "mkpath@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-PbNHr7Y/9Y/2P5pKFv5XOGBfNQqZ+fdiHWcuf7swLACN5ZW5LU7J5tMU8LSBjpluAxAxKYGD9nnaIbdRy9+m1w==",
- "_location": "/mkpath",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mkpath@1.0.0",
- "name": "mkpath",
- "escapedName": "mkpath",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/nightwatch"
- ],
- "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Jonathan Rajavuori",
- "email": "jrajav@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/jrajav/mkpath/issues"
- },
- "description": "Make all directories in a path, like mkdir -p",
- "devDependencies": {
- "tap": "~0.3"
- },
- "homepage": "https://github.com/jrajav/mkpath#readme",
- "keywords": [
- "mkdir",
- "mkdirp",
- "directory",
- "path",
- "tree"
- ],
- "license": "MIT",
- "main": "./mkpath",
- "name": "mkpath",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jrajav/mkpath.git"
- },
- "scripts": {
- "test": "node node_modules/tap/bin/tap.js ./test/*.js"
- },
- "version": "1.0.0"
- }
|