|
{
"_from": "mkpath@1.0.0",
"_id": "mkpath@1.0.0",
"_inBundle": false,
"_integrity": "sha1-67Opd+evHGg65v2hK1Raa6bFhT0=",
"_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": "http://registry.npm.taobao.org/mkpath/download/mkpath-1.0.0.tgz",
"_shasum": "ebb3a977e7af1c683ae6fda12b545a6ba6c5853d",
"_spec": "mkpath@1.0.0",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/nightwatch",
"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/*.js"
},
"version": "1.0.0"
}
|