|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
623 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "mkdirp",
|
|---|
| 3 | "description": "Recursively mkdir, like `mkdir -p`",
|
|---|
| 4 | "version": "0.5.6",
|
|---|
| 5 | "publishConfig": {
|
|---|
| 6 | "tag": "legacy"
|
|---|
| 7 | },
|
|---|
| 8 | "author": "James Halliday <mail@substack.net> (http://substack.net)",
|
|---|
| 9 | "main": "index.js",
|
|---|
| 10 | "keywords": [
|
|---|
| 11 | "mkdir",
|
|---|
| 12 | "directory"
|
|---|
| 13 | ],
|
|---|
| 14 | "repository": {
|
|---|
| 15 | "type": "git",
|
|---|
| 16 | "url": "https://github.com/substack/node-mkdirp.git"
|
|---|
| 17 | },
|
|---|
| 18 | "scripts": {
|
|---|
| 19 | "test": "tap test/*.js"
|
|---|
| 20 | },
|
|---|
| 21 | "dependencies": {
|
|---|
| 22 | "minimist": "^1.2.6"
|
|---|
| 23 | },
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "tap": "^16.0.1"
|
|---|
| 26 | },
|
|---|
| 27 | "bin": "bin/cmd.js",
|
|---|
| 28 | "license": "MIT",
|
|---|
| 29 | "files": [
|
|---|
| 30 | "bin",
|
|---|
| 31 | "index.js"
|
|---|
| 32 | ]
|
|---|
| 33 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.