{
  "name": "@erquhart/lerna-get-packed",
  "version": "3.14.0",
  "description": "Read contents of package tarball created by npm pack",
  "keywords": [
    "lerna",
    "npm",
    "pack",
    "tarball"
  ],
  "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  "homepage": "https://github.com/lerna/lerna/tree/master/utils/get-packed#readme",
  "license": "MIT",
  "main": "lib/get-packed.js",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lerna/lerna.git",
    "directory": "utils/get-packed"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "fs-extra": "^7.0.0",
    "ssri": "^6.0.1",
    "tar": "^4.4.8"
  },
  "gitHead": "8466fb4b96e2e2500b0f066d3e95a7d694a1d688"
}
