A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
projectdivar/server/node_modules/mkpath/package.json

57 lines
1.4 KiB

{
"_from": "mkpath@^0.1.0",
"_id": "mkpath@0.1.0",
"_inBundle": false,
"_integrity": "sha1-dVSm+Nhxg0zJe1RisSLEwSTW3pE=",
"_location": "/mkpath",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mkpath@^0.1.0",
"name": "mkpath",
"escapedName": "mkpath",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz",
"_shasum": "7554a6f8d871834cc97b5462b122c4c124d6de91",
"_spec": "mkpath@^0.1.0",
"_where": "/home/sigonasr2/divar/server/node_modules/decompress-zip",
"author": {
"name": "Jonathan Rajavuori",
"email": "jrajav@gmail.com"
},
"bugs": {
"url": "https://github.com/jrajav/mkpath/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"version": "0.1.0"
}