diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-12 16:56:26 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-07-12 16:56:59 +0300 |
| commit | 8b07446f67a5e68d00725fef37061bc87643beb6 (patch) | |
| tree | b5350b11840b808d663e877046e34916c99c81b5 /package-lock.json | |
| parent | 0b4ebb81270f016bb7e5ed0e95e5e07146c03f0f (diff) | |
Implement installation of NPM packages on host
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index bc6aed9..b0246d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { - "name": "faas", - "version": "1.0.0", + "name": "faaslift", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -328,6 +328,11 @@ "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=", "dev": true }, + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, "body-parser": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz", @@ -982,8 +987,7 @@ "dotenv": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.0.0.tgz", - "integrity": "sha512-FlWbnhgjtwD+uNLUGHbMykMOYQaTivdHEmYwAKFjn6GKe/CqY0fNae93ZHTd20snh9ZLr8mTzIL9m0APQ1pjQg==", - "dev": true + "integrity": "sha512-FlWbnhgjtwD+uNLUGHbMykMOYQaTivdHEmYwAKFjn6GKe/CqY0fNae93ZHTd20snh9ZLr8mTzIL9m0APQ1pjQg==" }, "duplexer": { "version": "0.1.1", @@ -3593,6 +3597,14 @@ "remove-trailing-separator": "^1.0.1" } }, + "npm-programmatic": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/npm-programmatic/-/npm-programmatic-0.0.10.tgz", + "integrity": "sha512-SklCZ26RRGi7hLIz/oaSnHy8ZT0gh8r6N3FMuKRye3ZcRo4HI/saldc8b7OqlY/Ov8FXnA1+I+Od+WtesWEp2Q==", + "requires": { + "bluebird": "^3.4.1" + } + }, "npm-run-path": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", |
