{ "name": "dependency-path", "version": "2.0.0", "description": "Utilities for working with symlinked node_modules", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "test": "npm run tsc && pnpm link . && npm run lint && ts-node test.ts", "prepublishOnly": "tsc", "md": "mos", "tsc": "tsc" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path", "keywords": [ "node_modules", "pnpm", "path" ], "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io/" }, "engines": { "node": ">=6" }, "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/dependency-path#readme", "dependencies": { "@types/semver": "^5.4.0", "encode-registry": "^1.0.0", "semver": "^5.4.1" }, "devDependencies": { "@pnpm/tslint-config": "0.0.0", "@types/tape": "^4.2.30", "mos": "^2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "tape": "^4.8.0", "ts-node": "^7.0.0", "tslint": "5.11.0", "typescript": "^3.0.0" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } } }