mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 15:07:27 -04:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@pnpm/shrinkwrap-utils",
|
|
"version": "1.0.0",
|
|
"description": "Utils for dealing with shrinkwrap.yaml",
|
|
"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-utils",
|
|
"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-utils#readme",
|
|
"devDependencies": {
|
|
"@pnpm/shrinkwrap-utils": "link:",
|
|
"@pnpm/tslint-config": "0.0.0",
|
|
"@types/tape": "4.2.33",
|
|
"@types/tempy": "0.2.0",
|
|
"rimraf": "2.6.2",
|
|
"tape": "4.9.1",
|
|
"tempy": "0.2.1",
|
|
"ts-node": "6.2.0",
|
|
"tslint": "5.12.0",
|
|
"typescript": "3.2.2",
|
|
"write-yaml-file": "2.0.0",
|
|
"yaml-tag": "1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/resolver-base": "2.0.0",
|
|
"@pnpm/shrinkwrap-types": "1.0.0",
|
|
"@pnpm/types": "2.0.0",
|
|
"@types/js-yaml": "3.11.4",
|
|
"@types/node": "10.12.18",
|
|
"@types/ramda": "0.25.39",
|
|
"dependency-path": "2.0.1",
|
|
"get-npm-tarball-url": "2.0.1",
|
|
"ramda": "0.26.1"
|
|
}
|
|
}
|