%PDF- %PDF-
| Direktori : /usr/share/npm/node_modules/npm-profile/ |
| Current File : //usr/share/npm/node_modules/npm-profile/package.json |
{
"name": "npm-profile",
"version": "6.0.0",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^12.0.0"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-profile.git"
},
"files": [
"bin",
"lib"
],
"devDependencies": {
"@npmcli/template-oss": "^2.5.1",
"nock": "^13.2.1",
"tap": "^15.1.5"
},
"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix"
},
"tap": {
"check-coverage": true
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.5.1"
}
}