• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "tar@4.4.19",
3  "_id": "tar@4.4.19",
4  "_inBundle": false,
5  "_integrity": "sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==",
6  "_location": "/tar",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "tar@4.4.19",
12    "name": "tar",
13    "escapedName": "tar",
14    "rawSpec": "4.4.19",
15    "saveSpec": null,
16    "fetchSpec": "4.4.19"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/node-gyp",
22    "/pacote"
23  ],
24  "_resolved": "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz",
25  "_shasum": "2e4d7263df26f2b914dee10c825ab132123742f3",
26  "_spec": "tar@4.4.19",
27  "_where": "/Users/darcyclarke/Documents/Repos/npm/npm6",
28  "author": {
29    "name": "Isaac Z. Schlueter",
30    "email": "i@izs.me",
31    "url": "http://blog.izs.me/"
32  },
33  "bugs": {
34    "url": "https://github.com/npm/node-tar/issues"
35  },
36  "bundleDependencies": false,
37  "dependencies": {
38    "chownr": "^1.1.4",
39    "fs-minipass": "^1.2.7",
40    "minipass": "^2.9.0",
41    "minizlib": "^1.3.3",
42    "mkdirp": "^0.5.5",
43    "safe-buffer": "^5.2.1",
44    "yallist": "^3.1.1"
45  },
46  "deprecated": false,
47  "description": "tar for node",
48  "devDependencies": {
49    "chmodr": "^1.2.0",
50    "end-of-stream": "^1.4.4",
51    "events-to-array": "^1.1.2",
52    "mutate-fs": "^2.1.1",
53    "require-inject": "^1.4.4",
54    "rimraf": "^2.7.1",
55    "tap": "^14.11.0",
56    "tar-fs": "^1.16.3",
57    "tar-stream": "^1.6.2"
58  },
59  "engines": {
60    "node": ">=4.5"
61  },
62  "files": [
63    "index.js",
64    "lib/"
65  ],
66  "homepage": "https://github.com/npm/node-tar#readme",
67  "license": "ISC",
68  "name": "tar",
69  "publishConfig": {
70    "tag": "v4-legacy"
71  },
72  "repository": {
73    "type": "git",
74    "url": "git+https://github.com/npm/node-tar.git"
75  },
76  "scripts": {
77    "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
78    "genparse": "node scripts/generate-parse-fixtures.js",
79    "postpublish": "git push origin --follow-tags",
80    "postversion": "npm publish",
81    "preversion": "npm test",
82    "test": "node test/fixtures/test.js",
83    "test:posix": "tap",
84    "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
85  },
86  "tap": {
87    "coverage-map": "map.js",
88    "check-coverage": true
89  },
90  "version": "4.4.19"
91}
92