package-lock.json (590B)
1 { 2 "name": "moz-http2-npm", 3 "version": "1.0.0", 4 "lockfileVersion": 3, 5 "requires": true, 6 "packages": { 7 "": { 8 "name": "moz-http2-npm", 9 "version": "1.0.0", 10 "license": "MPL2", 11 "dependencies": { 12 "left-pad": "^1.3.0" 13 } 14 }, 15 "node_modules/left-pad": { 16 "version": "1.3.0", 17 "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz", 18 "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==", 19 "deprecated": "use String.prototype.padStart()" 20 } 21 } 22 }