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
|
{
"_args": [
[
"tar-fs@2.1.0",
"/data/dev/Projets/FNS Electrode/Projets/FNS Electrode"
]
],
"_from": "tar-fs@2.1.0",
"_id": "tar-fs@2.1.0",
"_inBundle": false,
"_integrity": "sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==",
"_location": "/tar-fs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tar-fs@2.1.0",
"name": "tar-fs",
"escapedName": "tar-fs",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/data/dev/Projets/FNS Electrode/Projets/FNS Electrode",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/tar-fs/issues"
},
"dependencies": {
"chownr": "^1.1.1",
"mkdirp-classic": "^0.5.2",
"pump": "^3.0.0",
"tar-stream": "^2.0.0"
},
"description": "filesystem bindings for tar-stream",
"devDependencies": {
"rimraf": "^2.6.3",
"standard": "^12.0.1",
"tape": "^4.9.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mafintosh/tar-fs",
"keywords": [
"tar",
"fs",
"file",
"tarball",
"directory",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "tar-fs",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/tar-fs.git"
},
"scripts": {
"test": "standard && tape test/index.js"
},
"version": "2.1.0"
}
|