UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@snyk/composer-lockfile-parser",
3 "description": "Generate a dep tree given a composer.lock file",
4 "main": "dist/index.js",
5 "scripts": {
6 "test": "npm run lint && npm run unit-test",
7 "unit-test": "tap -Rspec ./test/*.test.ts --timeout=300",
8 "lint": "tslint -p tsconfig.json",
9 "build": "tsc",
10 "build-watch": "tsc -w",
11 "prepare": "npm run build"
12 },
13 "types": "./dist/index.d.ts",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/snyk/composer-lockfile-parser.git"
17 },
18 "publishConfig": {
19 "access": "public"
20 },
21 "files": [
22 "bin",
23 "dist"
24 ],
25 "keywords": [
26 "snyk",
27 "php",
28 "composer",
29 "parser"
30 ],
31 "engines": {
32 "node": ">=6"
33 },
34 "homepage": "https://github.com/snyk/composer-lockfile-parser#readme",
35 "author": "snyk.io",
36 "license": "Apache-2.0",
37 "dependencies": {
38 "lodash.findkey": "^4.6.0",
39 "lodash.get": "^4.4.2",
40 "lodash.invert": "^4.3.0",
41 "lodash.isempty": "^4.4.0"
42 },
43 "devDependencies": {
44 "@types/node": "6.14.6",
45 "@types/node-fetch": "^2.5.2",
46 "lodash.find": "^4.6.0",
47 "node-fetch": "^2.6.0",
48 "tap": "12.7.0",
49 "tslint": "5.17.0",
50 "typescript": "3.7.3"
51 },
52 "version": "1.4.1"
53}