added get-video-dimension to package.json
This commit is contained in:
parent
59cb5b24ee
commit
6da08a5f47
2 changed files with 45 additions and 0 deletions
44
package-lock.json
generated
44
package-lock.json
generated
|
@ -953,6 +953,11 @@
|
|||
"resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.2.1.tgz",
|
||||
"integrity": "sha1-vgiVmQl7dKXJxKhKDNvNtivYeu8="
|
||||
},
|
||||
"any-promise": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
|
||||
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
|
||||
},
|
||||
"anymatch": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
|
||||
|
@ -3984,6 +3989,14 @@
|
|||
"integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
|
||||
"dev": true
|
||||
},
|
||||
"get-video-dimensions": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/get-video-dimensions/-/get-video-dimensions-1.0.0.tgz",
|
||||
"integrity": "sha1-/H5ayBw5JEH1uG1Q3XeDiptTFHo=",
|
||||
"requires": {
|
||||
"mz": "1.3.0"
|
||||
}
|
||||
},
|
||||
"getpass": {
|
||||
"version": "0.1.7",
|
||||
"resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
|
||||
|
@ -5376,6 +5389,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mz": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/mz/-/mz-1.3.0.tgz",
|
||||
"integrity": "sha1-BvCT/dmVagbTfhsegTROJ0eMQvA=",
|
||||
"requires": {
|
||||
"native-or-bluebird": "1.2.0",
|
||||
"thenify": "3.3.0",
|
||||
"thenify-all": "1.6.0"
|
||||
}
|
||||
},
|
||||
"named-placeholders": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.1.tgz",
|
||||
|
@ -5436,6 +5459,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"native-or-bluebird": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.2.0.tgz",
|
||||
"integrity": "sha1-OcR7/Xgl0fuf+tMiEK4l2q3xAck="
|
||||
},
|
||||
"natural-compare": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
||||
|
@ -7750,6 +7778,22 @@
|
|||
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
|
||||
"dev": true
|
||||
},
|
||||
"thenify": {
|
||||
"version": "3.3.0",
|
||||
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.0.tgz",
|
||||
"integrity": "sha1-5p44obq+lpsBCCB5eLn2K4hgSDk=",
|
||||
"requires": {
|
||||
"any-promise": "1.3.0"
|
||||
}
|
||||
},
|
||||
"thenify-all": {
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
|
||||
"integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=",
|
||||
"requires": {
|
||||
"thenify": "3.3.0"
|
||||
}
|
||||
},
|
||||
"through": {
|
||||
"version": "2.3.8",
|
||||
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
"cookie-session": "^2.0.0-beta.3",
|
||||
"express": "^4.15.2",
|
||||
"express-handlebars": "^3.0.0",
|
||||
"get-video-dimensions": "^1.0.0",
|
||||
"helmet": "^3.8.1",
|
||||
"image-size": "^0.6.3",
|
||||
"module-alias": "^2.0.6",
|
||||
|
|
Loading…
Reference in a new issue