Add package-lock.json to all node packages

This commit is contained in:
Kris De Volder
2018-11-27 11:54:29 -08:00
parent 5f2d3ffeaa
commit 28da0a6db8
7 changed files with 14485 additions and 1 deletions

1
.gitignore vendored
View File

@@ -20,7 +20,6 @@ eclipse-language-servers/**/*.jar
**/test-projects/**/*.project
**/test-projects/**/*.settings
**/test-projects/**/*.springBeans
**/package-lock.json
# Exceptions
!**/.mvn/wrapper/maven-wrapper.jar

View File

@@ -0,0 +1,20 @@
{
"name": "@pivotal-tools/jvm-launch-utils",
"version": "0.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/node": {
"version": "9.6.39",
"resolved": "https://registry.npmjs.org/@types/node/-/node-9.6.39.tgz",
"integrity": "sha512-c3OkjgNpSMdHan56WhklP0FMOk5ocilKz2Mpa0NOGzu8jw5YERjCf9FG0epYB1+TxScv/oI4uJ204u2mUg7Hcw==",
"dev": true
},
"typescript": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==",
"dev": true
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff