{
"name": "libnpmdiff",
"version": "2.0.3",
"description": "The registry diff",
"repository": "https://github.com/npm/libnpmdiff",
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">=10"
},
"keywords": [
"npm",
"npmcli",
"libnpm",
"cli",
"diff"
],
"author": "GitHub Inc.",
"contributors": [
{
"name": "Ruy Adorno",
"url": "https://ruyadorno.com",
"twitter": "ruyadorno"
}
],
"license": "ISC",
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- index.js \"lib/**/*.js\" \"test/*.js\"",
"lintfix": "npm run lint -- --fix",
"test": "tap test/*.js",
"posttest": "npm run lint",
"snap": "tap test/*.js",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
"standard": {
"ignore": [
"/tap-snapshots/"
]
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"tap": "^14.11.0"
},
"dependencies": {
"@npmcli/disparity-colors": "^1.0.1",
"binary-extensions": "^2.2.0",
"diff": "^5.0.0",
"minimatch": "^3.0.4",
"pacote": "^11.2.3",
"tar": "^6.1.0"
}
}
|