login/node_modules/package-lock/package.json
Balaga Gayatri 74dd83c7c8 node_modules
2021-10-22 12:50:18 +05:30

58 lines
1.3 KiB
JSON

{
"name": "package-lock",
"version": "1.0.3",
"description": "(Re-)Build package-lock.json or npm-shrinkwrap.json file from node_modules folder",
"keywords": [
"json",
"lock",
"npm",
"package",
"regenerate",
"shrinkwrap"
],
"homepage": "https://github.com/commenthol/package-lock#readme",
"bugs": {
"url": "https://github.com/commenthol/package-lock/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/package-lock.git"
},
"license": "Unlicense",
"author": "commenthol <commenthol@gmail.com>",
"main": "src/index.js",
"bin": {
"package-lock": "./bin/package-lock.js"
},
"directories": {
"test": "test"
},
"scripts": {
"all": "npm run lint && npm test",
"lint": "eslint --fix '**/*.js'",
"prepublishOnly": "npm run all",
"test": "mocha"
},
"eslintConfig": {
"extends": [
"standard"
]
},
"dependencies": {
"asyncc": "^2.0.4",
"commander": "^5.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"traverse": "^0.6.6"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.1",
"shelljs": "^0.8.3"
}
}