mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 11:02:01 -04:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "pnpm-shrinkwrap",
|
|
"version": "8.1.3",
|
|
"description": "Read/write/prune and other utils for dealing with shrinkwrap.yaml files",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
|
|
"test": "npm run tsc && npm run lint && ts-node test --type-check",
|
|
"tsc": "rimraf lib && tsc",
|
|
"prepublishOnly": "npm run tsc"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/shrinkwrap",
|
|
"keywords": [
|
|
"pnpm",
|
|
"shrinkwrap",
|
|
"lockfile"
|
|
],
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/shrinkwrap#readme",
|
|
"peerDependencies": {
|
|
"@pnpm/logger": ">=2.0.1 <3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/logger": "2.1.0",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/tape": "4.2.32",
|
|
"@types/tempy": "0.2.0",
|
|
"pnpm-shrinkwrap": "link:",
|
|
"rimraf": "2.6.2",
|
|
"tape": "4.9.1",
|
|
"tempy": "0.2.1",
|
|
"ts-node": "6.2.0",
|
|
"tslint": "5.11.0",
|
|
"typescript": "3.1.6",
|
|
"write-yaml-file": "2.0.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/resolver-base": "2.0.0",
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/js-yaml": "3.11.2",
|
|
"@types/node": "10.12.5",
|
|
"@types/ramda": "0.25.39",
|
|
"dependency-path": "2.0.0",
|
|
"get-npm-tarball-url": "2.0.1",
|
|
"js-yaml": "3.12.0",
|
|
"load-yaml-file": "0.1.0",
|
|
"mkdirp-promise": "5.0.1",
|
|
"normalize-path": "3.0.0",
|
|
"ramda": "0.25.0",
|
|
"rimraf-then": "1.0.1",
|
|
"util.promisify": "1.0.0",
|
|
"write-file-atomic": "2.3.0"
|
|
}
|
|
}
|