sha256:32fc72e8a7a48d8cf1350a8488ba308874d0d7615011dbd59cb3cb93297120a5

Found in archives

{
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "lodash": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz",
      "integrity": "sha1-pGY7U2hriV/wdOK6UE37dqjit3A="
    },
    "other_package": {
      "version": "file:deps/other_package",
      "requires": {
        "lodash": "^1.3.1"
      }
    }
  }
}

Return to home page.