Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mkdirp/package.json')
-rw-r--r--node_modules/mkdirp/package.json25
1 files changed, 16 insertions, 9 deletions
diff --git a/node_modules/mkdirp/package.json b/node_modules/mkdirp/package.json
index b0b1b3a..a7f6350 100644
--- a/node_modules/mkdirp/package.json
+++ b/node_modules/mkdirp/package.json
@@ -1,8 +1,8 @@
{
"_from": "mkdirp@^0.5.1",
- "_id": "mkdirp@0.5.1",
+ "_id": "mkdirp@0.5.5",
"_inBundle": false,
- "_integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
+ "_integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
"_location": "/mkdirp",
"_phantomChildren": {},
"_requested": {
@@ -20,10 +20,10 @@
"/node-gyp",
"/node-sass"
],
- "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
- "_shasum": "30057438eac6cf7f8c4767f38648d6697d75c903",
+ "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
+ "_shasum": "d91cefd62d1436ca0f41620e251288d420099def",
"_spec": "mkdirp@^0.5.1",
- "_where": "/Users/gebauer/ws/themes/ag/node_modules/node-sass",
+ "_where": "/Users/austingebauer/Workspace/personal-website/themes/devise/node_modules/node-sass",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -37,14 +37,18 @@
},
"bundleDependencies": false,
"dependencies": {
- "minimist": "0.0.8"
+ "minimist": "^1.2.5"
},
"deprecated": false,
"description": "Recursively mkdir, like `mkdir -p`",
"devDependencies": {
- "mock-fs": "2 >=2.7.0",
- "tap": "1"
+ "mock-fs": "^3.7.0",
+ "tap": "^5.4.2"
},
+ "files": [
+ "bin",
+ "index.js"
+ ],
"homepage": "https://github.com/substack/node-mkdirp#readme",
"keywords": [
"mkdir",
@@ -53,6 +57,9 @@
"license": "MIT",
"main": "index.js",
"name": "mkdirp",
+ "publishConfig": {
+ "tag": "legacy"
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/substack/node-mkdirp.git"
@@ -60,5 +67,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "0.5.1"
+ "version": "0.5.5"
}