Edit File: package.json
{ "_args": [ [ "snyk@1.794.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "snyk@1.794.0", "_id": "snyk@1.794.0", "_inBundle": false, "_integrity": "sha512-o2SVajU3FKSn2n56NsCRDroENk4r0GVKX1+++Zle2hPKILNaLZVwtcPAN1NqTFl9WBFAAzcbYzq8ltLopdcADg==", "_location": "/snyk", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "snyk@1.794.0", "name": "snyk", "escapedName": "snyk", "rawSpec": "1.794.0", "saveSpec": null, "fetchSpec": "1.794.0" }, "_requiredBy": [ "/fcm-node" ], "_resolved": "https://registry.npmjs.org/snyk/-/snyk-1.794.0.tgz", "_spec": "1.794.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "snyk.io" }, "bin": { "snyk": "bin/snyk" }, "bugs": { "url": "https://github.com/snyk/snyk/issues" }, "description": "snyk library and cli utility", "directories": { "lib": "src", "test": "test", "doc": "help/cli-commands" }, "engines": { "node": ">=10" }, "files": [ "help/cli-commands", "dist", "bin", "pysrc", "config.default.json", "SECURITY.md", "LICENSE", "README.md" ], "gitHead": "6c120589566cb886f082bd18fefa860d198f4751", "homepage": "https://github.com/snyk/snyk#readme", "keywords": [ "security", "vulnerabilities", "advisories", "audit", "snyk", "scan", "docker", "container", "scanning" ], "license": "Apache-2.0", "name": "snyk", "pkg": { "scripts": [ "dist/**/*.js", "bin/snyk" ], "assets": [ "config.default.json", "dist", "help" ] }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/snyk/snyk.git" }, "scripts": { "build": "npm run build:dev", "build-cli:dev": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config webpack.dev.ts", "build-cli:prod": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config webpack.prod.ts", "build:dev": "lerna run build --ignore snyk && npm run build-cli:dev", "build:prod": "lerna run build --ignore snyk && npm run build-cli:prod", "check-dev-environment": "ts-node ./scripts/check-dev-environment.ts", "clean": "npx rimraf node_modules dist binary-releases test-results *.tgz tsconfig.tsbuildinfo .eslintcache pysrc packages/*/node_modules packages/*/dist packages/*/tsconfig.tsbuildinfo packages/*/*.tgz", "format": "prettier --write '**/*.{js,ts,json,yaml,yml,md}'", "format:changes": "./scripts/format/prettier-changes.sh", "lint": "run-p --aggregate-output lint:*", "lint:formatting": "prettier --check '**/*.{js,ts,json,yaml,yml,md}'", "lint:js": "eslint --color --cache '**/*.{js,ts}'", "prepare": "npm run check-dev-environment", "test": "npm run test:acceptance && npm run test:system && npm run test:test && npm run test:jest && test:packages-unit && test:packages-acceptance", "test:acceptance": "tap test/acceptance/**/*.test.* test/acceptance/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register", "test:jest": "jest --runInBand \"/test/[^/]+\\.spec\\.ts\"", "test:jest-acceptance": "jest --runInBand \"/test/jest/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"", "test:jest-system": "jest --runInBand \"/test/jest/system/((.+)/)*[^/]+\\.spec\\.ts\"", "test:jest-unit": "jest --runInBand \"/test/jest/unit/((.+)/)*[^/]+\\.spec\\.ts\"", "test:packages-acceptance": "jest \"/packages/(.+)/test/acceptance/((.+)/)*[^/]+\\.spec\\.ts\"", "test:packages-unit": "jest \"/packages/(.+)/test/unit/((.+)/)*[^/]+\\.spec\\.ts\"", "test:smoke": "./scripts/run-smoke-tests-locally.sh", "test:system": "tap test/system/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register", "test:test": "tap test/*.test.* -Rspec --timeout=300 --node-arg=-r --node-arg=ts-node/register", "watch": "npm run build-cli:dev -- --watch" }, "version": "1.794.0", "workspaces": [ ".", "packages/*" ] }
Back to File Manager