Files
pnpm/packages/lockfile-utils/package.json
2019-04-24 23:26:12 +03:00

60 lines
1.5 KiB
JSON

{
"name": "@pnpm/lockfile-utils",
"version": "1.0.5",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=8.15"
},
"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/lockfile-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/lockfile-utils#readme",
"devDependencies": {
"@pnpm/lockfile-utils": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/tape": "4.2.33",
"rimraf": "2.6.3",
"tape": "4.10.1",
"tempy": "0.3.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typescript": "3.4.5",
"write-yaml-file": "2.0.0",
"yaml-tag": "1.1.0"
},
"dependencies": {
"@pnpm/lockfile-types": "1.1.0",
"@pnpm/resolver-base": "3.1.2",
"@pnpm/types": "3.2.0",
"@types/js-yaml": "3",
"@types/node": "*",
"@types/ramda": "0.25.39",
"dependency-path": "3.0.4",
"get-npm-tarball-url": "2.0.1",
"ramda": "0.26.1"
}
}