@aws/pdk
Version:
All documentation is located at: https://aws.github.io/aws-pdk
53 lines • 1.36 kB
JSON
{
"name": "@pnpm/lockfile-utils",
"version": "9.0.6",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {
"node": ">=16.14"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils",
"keywords": [
"pnpm8",
"pnpm",
"shrinkwrap",
"lockfile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils#readme",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/ramda": "0.28.20",
"tempy": "^1.0.1",
"write-yaml-file": "^5.0.0",
"yaml-tag": "1.1.0",
"@pnpm/lockfile-utils": "9.0.6"
},
"dependencies": {
"get-npm-tarball-url": "^2.1.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"@pnpm/dependency-path": "2.1.8",
"@pnpm/lockfile-types": "5.1.5",
"@pnpm/pick-fetcher": "2.0.1",
"@pnpm/resolver-base": "11.1.0",
"@pnpm/types": "9.4.2"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "tsc --build && pnpm run lint --fix"
}
}