This commit is contained in:
Linus Eriksson
2018-08-10 17:41:13 +02:00
committed by Max Brunsfeld
parent 9dcd9b1fa4
commit be3a87dd01
2 changed files with 14 additions and 5 deletions

15
package-lock.json generated
View File

@@ -24,6 +24,15 @@
"source-map": "0.1.32"
}
},
"@atom/temp": {
"version": "0.8.4",
"resolved": "https://registry.npmjs.org/@atom/temp/-/temp-0.8.4.tgz",
"integrity": "sha1-RVFIywz2ygNI5xpc+ZiGq8rERek=",
"requires": {
"os-tmpdir": "^1.0.0",
"rimraf": "~2.6.2"
}
},
"@atom/watcher": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@atom/watcher/-/watcher-1.0.8.tgz",
@@ -6026,13 +6035,13 @@
}
},
"tree-view": {
"version": "https://www.atom.io/api/packages/tree-view/versions/0.222.0/tarball",
"integrity": "sha512-H3l7Q6+mUMKdUUxmxDl+23hGC77R6dbJG93jy8cNPMfMvHqdKgtW5THVYSPpsqABvN0HrrufR0dWBS9kUWYZMw==",
"version": "https://www.atom.io/api/packages/tree-view/versions/0.224.0/tarball",
"integrity": "sha512-dt7zWh5ZPNRxrnr+pj2J9YMHPqSnE9wd2Q/TCHns4ITlGiG8YeGbWvZDRIkFaRp2CHTYhLSUdtw5EU59tD92aA==",
"requires": {
"@atom/temp": "~0.8.4",
"fs-plus": "^3.0.0",
"minimatch": "~0.3.0",
"pathwatcher": "^8.0.0",
"temp": "~0.8.1",
"underscore-plus": "^1.0.0"
},
"dependencies": {