[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "tar@6.1.11",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "tar@6.1.11",
|
---|
| 10 | "_id": "tar@6.1.11",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
|
---|
| 13 | "_location": "/tar",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "tar@6.1.11",
|
---|
| 19 | "name": "tar",
|
---|
| 20 | "escapedName": "tar",
|
---|
| 21 | "rawSpec": "6.1.11",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "6.1.11"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/cacache",
|
---|
| 27 | "/node-gyp",
|
---|
| 28 | "/pacote"
|
---|
| 29 | ],
|
---|
| 30 | "_resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
|
---|
| 31 | "_spec": "6.1.11",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Isaac Z. Schlueter",
|
---|
| 35 | "email": "i@izs.me",
|
---|
| 36 | "url": "http://blog.izs.me/"
|
---|
| 37 | },
|
---|
| 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/npm/node-tar/issues"
|
---|
[6a3a178] | 40 | },
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "chownr": "^2.0.0",
|
---|
| 43 | "fs-minipass": "^2.0.0",
|
---|
| 44 | "minipass": "^3.0.0",
|
---|
| 45 | "minizlib": "^2.1.1",
|
---|
| 46 | "mkdirp": "^1.0.3",
|
---|
| 47 | "yallist": "^4.0.0"
|
---|
| 48 | },
|
---|
[59329aa] | 49 | "description": "tar for node",
|
---|
[6a3a178] | 50 | "devDependencies": {
|
---|
| 51 | "chmodr": "^1.2.0",
|
---|
| 52 | "end-of-stream": "^1.4.3",
|
---|
| 53 | "eslint": "^7.17.0",
|
---|
| 54 | "eslint-plugin-import": "^2.22.1",
|
---|
| 55 | "eslint-plugin-node": "^11.1.0",
|
---|
| 56 | "eslint-plugin-promise": "^4.2.1",
|
---|
| 57 | "eslint-plugin-standard": "^5.0.0",
|
---|
| 58 | "events-to-array": "^1.1.2",
|
---|
| 59 | "mutate-fs": "^2.1.1",
|
---|
| 60 | "rimraf": "^2.7.1",
|
---|
| 61 | "tap": "^15.0.9",
|
---|
| 62 | "tar-fs": "^1.16.3",
|
---|
| 63 | "tar-stream": "^1.6.2"
|
---|
| 64 | },
|
---|
| 65 | "engines": {
|
---|
| 66 | "node": ">= 10"
|
---|
| 67 | },
|
---|
| 68 | "files": [
|
---|
| 69 | "index.js",
|
---|
| 70 | "lib/*.js"
|
---|
| 71 | ],
|
---|
[59329aa] | 72 | "homepage": "https://github.com/npm/node-tar#readme",
|
---|
| 73 | "license": "ISC",
|
---|
| 74 | "name": "tar",
|
---|
| 75 | "repository": {
|
---|
| 76 | "type": "git",
|
---|
| 77 | "url": "git+https://github.com/npm/node-tar.git"
|
---|
| 78 | },
|
---|
| 79 | "scripts": {
|
---|
| 80 | "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done",
|
---|
| 81 | "eslint": "eslint",
|
---|
| 82 | "genparse": "node scripts/generate-parse-fixtures.js",
|
---|
| 83 | "lint": "npm run eslint -- test lib",
|
---|
| 84 | "lintfix": "npm run lint -- --fix",
|
---|
| 85 | "posttest": "npm run lint",
|
---|
| 86 | "postversion": "npm publish",
|
---|
| 87 | "prepublishOnly": "git push origin --follow-tags",
|
---|
| 88 | "preversion": "npm test",
|
---|
| 89 | "test": "node test/fixtures/test.js",
|
---|
| 90 | "test:posix": "tap",
|
---|
| 91 | "test:win32": "tap --lines=98 --branches=98 --statements=98 --functions=98"
|
---|
| 92 | },
|
---|
[6a3a178] | 93 | "tap": {
|
---|
| 94 | "coverage-map": "map.js",
|
---|
| 95 | "check-coverage": true
|
---|
[59329aa] | 96 | },
|
---|
| 97 | "version": "6.1.11"
|
---|
[6a3a178] | 98 | }
|
---|