Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
804 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "mkdirp",
|
---|
3 | "description": "Recursively mkdir, like `mkdir -p`",
|
---|
4 | "version": "1.0.4",
|
---|
5 | "main": "index.js",
|
---|
6 | "keywords": [
|
---|
7 | "mkdir",
|
---|
8 | "directory",
|
---|
9 | "make dir",
|
---|
10 | "make",
|
---|
11 | "dir",
|
---|
12 | "recursive",
|
---|
13 | "native"
|
---|
14 | ],
|
---|
15 | "repository": {
|
---|
16 | "type": "git",
|
---|
17 | "url": "https://github.com/isaacs/node-mkdirp.git"
|
---|
18 | },
|
---|
19 | "scripts": {
|
---|
20 | "test": "tap",
|
---|
21 | "snap": "tap",
|
---|
22 | "preversion": "npm test",
|
---|
23 | "postversion": "npm publish",
|
---|
24 | "postpublish": "git push origin --follow-tags"
|
---|
25 | },
|
---|
26 | "tap": {
|
---|
27 | "check-coverage": true,
|
---|
28 | "coverage-map": "map.js"
|
---|
29 | },
|
---|
30 | "devDependencies": {
|
---|
31 | "require-inject": "^1.4.4",
|
---|
32 | "tap": "^14.10.7"
|
---|
33 | },
|
---|
34 | "bin": "bin/cmd.js",
|
---|
35 | "license": "MIT",
|
---|
36 | "engines": {
|
---|
37 | "node": ">=10"
|
---|
38 | },
|
---|
39 | "files": [
|
---|
40 | "bin",
|
---|
41 | "lib",
|
---|
42 | "index.js"
|
---|
43 | ]
|
---|
44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.