@snyk/composer-lockfile-parser
Version:
Generate a dep tree given a composer.lock file
59 lines (58 loc) • 1.37 kB
JSON
{
"name": "@snyk/composer-lockfile-parser",
"description": "Generate a dep tree given a composer.lock file",
"main": "dist/index.js",
"scripts": {
"test": "npm run lint && npm run unit-test",
"unit-test": "jest",
"lint": "tslint -p tsconfig.json",
"build": "tsc",
"build-watch": "tsc -w",
"prepare": "npm run build"
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/snyk/composer-lockfile-parser.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"snyk",
"php",
"composer",
"parser"
],
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/snyk/composer-lockfile-parser#readme",
"bugs": {
"url": "https://github.com/snyk/composer-lockfile-parser/issues"
},
"author": "snyk.io",
"license": "Apache-2.0",
"dependencies": {
"lodash.findkey": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.invert": "^4.3.0",
"lodash.isempty": "^4.4.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.19.0",
"@types/node-fetch": "^2.6.11",
"jest": "^29.7.0",
"lodash.find": "^4.6.0",
"node-fetch": "^2.6.7",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"tslint": "5.17.0",
"typescript": "^4.9.5"
},
"version": "1.5.0"
}