Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « tar « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31c5f57d5933d0df11e132f0b2f40eb22a95680c (plain)
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
{
  "_from": "tar@latest",
  "_id": "tar@6.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Glo3jkRtPcvpDlAs/0+hozav78yoXKFr+c4wgw62NNMO3oo4AaJdCo21Uu7lcwr55h39W2XD1LMERc64wtbItg==",
  "_location": "/tar",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "tar@latest",
    "name": "tar",
    "escapedName": "tar",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/cacache",
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/tar/-/tar-6.0.2.tgz",
  "_shasum": "5df17813468a6264ff14f766886c622b84ae2f39",
  "_spec": "tar@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/node-tar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chownr": "^2.0.0",
    "fs-minipass": "^2.0.0",
    "minipass": "^3.0.0",
    "minizlib": "^2.1.0",
    "mkdirp": "^1.0.3",
    "yallist": "^4.0.0"
  },
  "deprecated": false,
  "description": "tar for node",
  "devDependencies": {
    "chmodr": "^1.2.0",
    "end-of-stream": "^1.4.3",
    "events-to-array": "^1.1.2",
    "mutate-fs": "^2.1.1",
    "rimraf": "^2.7.1",
    "tap": "^14.9.2",
    "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",
    "genparse": "node scripts/generate-parse-fixtures.js",
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "coverage-map": "map.js",
    "check-coverage": true
  },
  "version": "6.0.2"
}