UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

46 lines 1.14 kB
{ "name": "@pnpm/dependency-path", "version": "2.1.8", "description": "Utilities for working with symlinked node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "repository": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path", "keywords": [ "pnpm8", "node_modules", "pnpm", "path" ], "engines": { "node": ">=16.14" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/dependency-path#readme", "dependencies": { "encode-registry": "^3.0.1", "semver": "^7.5.4", "@pnpm/types": "9.4.2", "@pnpm/crypto.base32-hash": "2.0.0" }, "devDependencies": { "@types/semver": "7.5.3", "@pnpm/dependency-path": "2.1.8" }, "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" } }