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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
| {
| "_args": [
| [
| "tar@6.1.11",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "tar@6.1.11",
| "_id": "tar@6.1.11",
| "_inBundle": false,
| "_integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
| "_location": "/tar",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "tar@6.1.11",
| "name": "tar",
| "escapedName": "tar",
| "rawSpec": "6.1.11",
| "saveSpec": null,
| "fetchSpec": "6.1.11"
| },
| "_requiredBy": [
| "/cacache"
| ],
| "_resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
| "_spec": "6.1.11",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Isaac Z. Schlueter",
| "email": "i@izs.me",
| "url": "http://blog.izs.me/"
| },
| "bugs": {
| "url": "https://github.com/npm/node-tar/issues"
| },
| "dependencies": {
| "chownr": "^2.0.0",
| "fs-minipass": "^2.0.0",
| "minipass": "^3.0.0",
| "minizlib": "^2.1.1",
| "mkdirp": "^1.0.3",
| "yallist": "^4.0.0"
| },
| "description": "tar for node",
| "devDependencies": {
| "chmodr": "^1.2.0",
| "end-of-stream": "^1.4.3",
| "eslint": "^7.17.0",
| "eslint-plugin-import": "^2.22.1",
| "eslint-plugin-node": "^11.1.0",
| "eslint-plugin-promise": "^4.2.1",
| "eslint-plugin-standard": "^5.0.0",
| "events-to-array": "^1.1.2",
| "mutate-fs": "^2.1.1",
| "rimraf": "^2.7.1",
| "tap": "^15.0.9",
| "tar-fs": "^1.16.3",
| "tar-stream": "^1.6.2"
| },
| "engines": {
| "node": ">= 10"
| },
| "files": [
| "index.js",
| "lib/*.js"
| ],
| "homepage": "https://github.com/npm/node-tar#readme",
| "license": "ISC",
| "name": "tar",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/node-tar.git"
| },
| "scripts": {
| "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
| "eslint": "eslint",
| "genparse": "node scripts/generate-parse-fixtures.js",
| "lint": "npm run eslint -- test lib",
| "lintfix": "npm run lint -- --fix",
| "posttest": "npm run lint",
| "postversion": "npm publish",
| "prepublishOnly": "git push origin --follow-tags",
| "preversion": "npm test",
| "test": "node test/fixtures/test.js",
| "test:posix": "tap",
| "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
| },
| "tap": {
| "coverage-map": "map.js",
| "check-coverage": true
| },
| "version": "6.1.11"
| }
|
|