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": "chownr@^1.1.1",
| "_id": "chownr@1.1.4",
| "_inBundle": false,
| "_integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
| "_location": "/webpack/chownr",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "chownr@^1.1.1",
| "name": "chownr",
| "escapedName": "chownr",
| "rawSpec": "^1.1.1",
| "saveSpec": null,
| "fetchSpec": "^1.1.1"
| },
| "_requiredBy": [
| "/webpack/cacache"
| ],
| "_resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
| "_shasum": "6fc9d7b42d32a583596337666e7d08084da2cc6b",
| "_spec": "chownr@^1.1.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack\\node_modules\\cacache",
| "author": {
| "name": "Isaac Z. Schlueter",
| "email": "i@izs.me",
| "url": "http://blog.izs.me/"
| },
| "bugs": {
| "url": "https://github.com/isaacs/chownr/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "like `chown -R`",
| "devDependencies": {
| "mkdirp": "0.3",
| "rimraf": "^2.7.1",
| "tap": "^14.10.6"
| },
| "files": [
| "chownr.js"
| ],
| "homepage": "https://github.com/isaacs/chownr#readme",
| "license": "ISC",
| "main": "chownr.js",
| "name": "chownr",
| "repository": {
| "type": "git",
| "url": "git://github.com/isaacs/chownr.git"
| },
| "scripts": {
| "postversion": "npm publish",
| "prepublishOnly": "git push origin --follow-tags",
| "preversion": "npm test",
| "test": "tap"
| },
| "tap": {
| "check-coverage": true
| },
| "version": "1.1.4"
| }
|
|