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
63
64
65
| {
| "_from": "commondir@^1.0.1",
| "_id": "commondir@1.0.1",
| "_inBundle": false,
| "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
| "_location": "/commondir",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "commondir@^1.0.1",
| "name": "commondir",
| "escapedName": "commondir",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/find-cache-dir",
| "/hard-source-webpack-plugin/find-cache-dir",
| "/webpack/find-cache-dir"
| ],
| "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
| "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b",
| "_spec": "commondir@^1.0.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\find-cache-dir",
| "author": {
| "name": "James Halliday",
| "email": "mail@substack.net",
| "url": "http://substack.net"
| },
| "bugs": {
| "url": "https://github.com/substack/node-commondir/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "compute the closest common parent for file paths",
| "devDependencies": {
| "tape": "^3.5.0"
| },
| "engine": {
| "node": ">=0.4"
| },
| "homepage": "https://github.com/substack/node-commondir#readme",
| "keywords": [
| "common",
| "path",
| "directory",
| "file",
| "parent",
| "root"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "commondir",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/substack/node-commondir.git"
| },
| "scripts": {
| "test": "tape test/*.js"
| },
| "version": "1.0.1"
| }
|
|