sha256:ea6004452526ba79f56fb99485fcca2401b51cc9367fce2c789940855bfe4aeb

Found in archives

{
  "name": "workspaces-not-root",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "workspaces": [
        "packages/*"
      ],
      "dependencies": {
        "abbrev": "",
        "wrappy": "1.0.0"
      }
    },
    "node_modules/a": {
      "resolved": "packages/a",
      "link": true
    },
    "node_modules/abbrev": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
    },
    "node_modules/b": {
      "resolved": "packages/b",
      "link": true
    },
    "node_modules/c": {
      "resolved": "packages/c",
      "link": true
    },
    "node_modules/wrappy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.0.tgz",
      "integrity": "sha1-iq5PxrTNa+MqRVOYW88ys+4THk4="
    },
    "packages/a": {
      "version": "1.2.3"
    },
    "packages/b": {
      "version": "1.2.3",
      "dependencies": {
        "abbrev": ""
      }
    },
    "packages/c": {
      "version": "1.2.3",
      "dependencies": {
        "abbrev": ""
      }
    }
  },
  "dependencies": {
    "a": {
      "version": "file:packages/a"
    },
    "abbrev": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
      "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
    },
    "b": {
      "version": "file:packages/b",
      "requires": {
        "abbrev": ""
      }
    },
    "c": {
      "version": "file:packages/c",
      "requires": {
        "abbrev": ""
      }
    },
    "wrappy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.0.tgz",
      "integrity": "sha1-iq5PxrTNa+MqRVOYW88ys+4THk4="
    }
  }
}

Return to home page.