summaryrefslogtreecommitdiff
path: root/node_modules/mkdirp/package.json
blob: c0798d1887bd325b6f216eff20bd8a09dbb188d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=",
  "_location": "/mkdirp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "[email protected]",
    "name": "mkdirp",
    "escapedName": "mkdirp",
    "rawSpec": "0.5.0",
    "saveSpec": null,
    "fetchSpec": "0.5.0"
  },
  "_requiredBy": [
    "/extract-zip"
  ],
  "_resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz",
  "_shasum": "1d73076a6df986cd9344e15e71fcc05a4c9abf12",
  "_spec": "[email protected]",
  "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/extract-zip",
  "author": {
    "name": "James Halliday",
    "email": "[email protected]",
    "url": "http://substack.net"
  },
  "bin": {
    "mkdirp": "bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/substack/node-mkdirp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minimist": "0.0.8"
  },
  "deprecated": false,
  "description": "Recursively mkdir, like `mkdir -p`",
  "devDependencies": {
    "mock-fs": "~2.2.0",
    "tap": "~0.4.0"
  },
  "homepage": "https://github.com/substack/node-mkdirp#readme",
  "keywords": [
    "mkdir",
    "directory"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "mkdirp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substack/node-mkdirp.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.5.0"
}