UNPKG

snyk-resolve-deps

Version:

Resolves a node package tree with combined support for both npm@2 and npm@3.

51 lines (50 loc) 1.44 kB
{ "name": "snyk-resolve-deps", "description": "Resolves a node package tree with combined support for both npm@2 and npm@3.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "directories": { "test": "test" }, "scripts": { "build": "tsc", "build-watch": "tsc -w", "tslint": "tslint --project tsconfig.json --format stylish --exclude **/src/**/*.js", "prepare": "npm run build && npm --prefix test/fixtures/bundle install --no-audit", "lint": "npm run tslint", "check-tests": "! grep 'test.only' test/*.test.js -n", "env": "node -e 'console.log(process.env, process.versions)'", "cover": "jest test/*.test.js --collectCoverage", "test": "npm run check-tests && npm run lint && jest test/*.test.[jt]s" }, "author": "Remy Sharp", "license": "Apache-2.0", "devDependencies": { "@types/node": "^10.17.27", "@types/semver": "^5.5.0", "jest": "^26.1.0", "ts-jest": "^26.1.2", "ts-node": "^8.1.0", "tslint": "^6.1.3", "typescript": "^4.9.3" }, "dependencies": { "ansicolors": "^0.3.2", "debug": "^4.3.4", "lodash": "^4.17.21", "lru-cache": "^4.1.5", "semver": "^5.7.2", "snyk-module": "^3.2.0", "snyk-resolve": "^1.1.0", "snyk-tree": "^1.0.0", "then-fs": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/Snyk/resolve-deps.git" }, "version": "4.9.1" }