Добавил модуль path-browserify

This commit is contained in:
Book Pauk
2019-01-13 21:48:03 +07:00
parent 4a1e956a9b
commit ae9893ac58
2 changed files with 10 additions and 4 deletions

13
package-lock.json generated
View File

@@ -6660,6 +6660,12 @@
"isarray": "^1.0.0" "isarray": "^1.0.0"
} }
}, },
"path-browserify": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
"integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
"dev": true
},
"punycode": { "punycode": {
"version": "1.4.1", "version": "1.4.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
@@ -7185,10 +7191,9 @@
"dev": true "dev": true
}, },
"path-browserify": { "path-browserify": {
"version": "0.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.0.tgz",
"integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=", "integrity": "sha512-Hkavx/nY4/plImrZPHRk2CL9vpOymZLgEbMNX1U0bjcBL7QN9wODxyx0yaMZURSQaUtSEvDrfAvxa9oPb0at9g=="
"dev": true
}, },
"path-dirname": { "path-dirname": {
"version": "1.0.2", "version": "1.0.2",

View File

@@ -66,6 +66,7 @@
"got": "^9.5.1", "got": "^9.5.1",
"localforage": "^1.7.3", "localforage": "^1.7.3",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"path-browserify": "^1.0.0",
"sql-template-strings": "^2.2.2", "sql-template-strings": "^2.2.2",
"sqlite": "^3.0.0", "sqlite": "^3.0.0",
"vue": "^2.5.21", "vue": "^2.5.21",