view Applications/Samples/package-lock.json @ 1262:ca2058bd74ef toa2020012702

Changed fingerprint from uuid_t to int64_t + poor man's checksum (to fix emscripten syscall error + make it faster)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jan 2020 15:13:00 +0100
parents ee41b6a017d7
children
line wrap: on
line source

{
  "requires": true,
  "lockfileVersion": 1,
  "dependencies": {
    "typescript": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.2.2.tgz",
      "integrity": "sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg=="
    }
  }
}