npm.click.util
Version:
NPM.CLICK.UTIL === What does npm.click.util do? **npm.click.util allows you to publish and update your NPM package in one simple execution command!** Example: ```js const PKG = require("npm.click.util") PKG("path to package.json")
52 lines • 1.55 kB
JSON
{
"_from": "npm.click.util",
"_id": "npm.click.util@0.0.10",
"_inBundle": false,
"_integrity": "sha512-uxGpflXEZkt0AkrtDrr9jBsLzMf0kST7RlMYvB4AO5/OJ3LKVcWJeWClIglkxSUgp9b5KtEELa9rhi0B/8Wmvg==",
"_location": "/npm.click.util",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "npm.click.util",
"name": "npm.click.util",
"escapedName": "npm.click.util",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/npm.click.util/-/npm.click.util-0.0.10.tgz",
"_shasum": "9e1c7d32989f32a2628390a918cc3f052707d535",
"_spec": "npm.click.util",
"_where": "C:\\Users\\milo5\\OneDrive\\Desktop\\Npm Packages, MISC\\table-cmd",
"author": "",
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "NPM.CLICK.UTIL\r ===\r What does npm.click.util do?\r **npm.click.util allows you to publish and update your NPM package in one simple execution command!**\r Example:\r ```js\r const PKG = require(\"npm.click.util\")\r PKG(\"path to package.json\")",
"devDependencies": {
"ascii-table": "0.0.9",
"moment": "^2.24.0"
},
"keywords": [
"publish",
"update",
"npm",
"easy",
"1click",
"click",
"util"
],
"license": "ISC",
"main": "index.js",
"name": "npm.click.util",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "node update.js"
},
"version": "0.0.11"
}