Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
yarn-deduplicate
/
Filename :
package.json
back
Copy
{ "name": "yarn-deduplicate", "version": "3.1.0", "bin": "./cli.js", "description": "Deduplication tool for yarn.lock files", "keywords": [ "yarn", "yarn.lock", "lockfile", "duplicated", "package manager", "dedupe", "deduplicate" ], "scripts": { "test": "jest", "lint": "eslint ." }, "homepage": "https://github.com/atlassian/yarn-deduplicate#readme", "bugs": "https://github.com/atlassian/yarn-deduplicate/issues", "license": "Apache-2.0", "author": "Sergio Cinos <sergio.cinos@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:atlassian/yarn-deduplicate.git" }, "engines": { "node": ">=10", "yarn": ">=1" }, "dependencies": { "@yarnpkg/lockfile": "^1.1.0", "commander": "^6.1.0", "semver": "^7.3.2" }, "devDependencies": { "eslint": "^7.12.0", "eslint-config-prettier": "^6.14.0", "eslint-plugin-jest": "^24.1.0", "eslint-plugin-md": "^1.0.19", "eslint-plugin-prettier": "^3.1.4", "jest": "^26.6.1", "outdent": "^0.7.1", "prettier": "^2.1.2" }, "jest": { "testPathIgnorePatterns": [ "<rootDir>/node_modules" ] } }