1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@lerna/get-packed",
- "version": "4.0.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": "^9.1.0",
- "ssri": "^8.0.1",
- "tar": "^6.1.0"
- },
- "engines": {
- "node": ">= 10.18.0"
- },
- "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
- }
|