{ "_from": "nodemon", "_id": "nodemon@3.0.1", "_inBundle": false, "_integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", "_location": "/nodemon", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "nodemon", "name": "nodemon", "escapedName": "nodemon", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", "_shasum": "affe822a2c5f21354466b2fc8ae83277d27dadc7", "_spec": "nodemon", "_where": "/home/developer/mineloto.tech/servidor_bot", "author": { "name": "Remy Sharp", "url": "https://github.com/remy" }, "bin": { "nodemon": "bin/nodemon.js" }, "bugs": { "url": "https://github.com/remy/nodemon/issues" }, "bundleDependencies": false, "dependencies": { "chokidar": "^3.5.2", "debug": "^3.2.7", "ignore-by-default": "^1.0.1", "minimatch": "^3.1.2", "pstree.remy": "^1.1.8", "semver": "^7.5.3", "simple-update-notifier": "^2.0.0", "supports-color": "^5.5.0", "touch": "^3.1.0", "undefsafe": "^2.0.5" }, "deprecated": false, "description": "Simple monitor script for use during development of a Node.js app.", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "async": "1.4.2", "coffee-script": "~1.7.1", "eslint": "^7.32.0", "husky": "^7.0.4", "mocha": "^2.5.3", "nyc": "^15.1.0", "proxyquire": "^1.8.0", "semantic-release": "^18.0.0", "should": "~4.0.0" }, "engines": { "node": ">=10" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/nodemon" }, "homepage": "https://nodemon.io", "keywords": [ "cli", "monitor", "monitor", "development", "restart", "autoload", "reload", "terminal" ], "license": "MIT", "main": "./lib/nodemon", "name": "nodemon", "repository": { "type": "git", "url": "git+https://github.com/remy/nodemon.git" }, "scripts": { "clean": "rm -rf test/fixtures/test*.js test/fixtures/test*.md", "commitmsg": "commitlint -e", "coverage": "istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js", "killall": "ps auxww | grep node | grep -v grep | awk '{ print $2 }' | xargs kill -9", "lint": "eslint lib/**/*.js", "postspec": "npm run clean", "prepush": "npm run lint", "semantic-release": "semantic-release", "spec": "for FILE in test/**/*.test.js; do echo $FILE; TEST=1 mocha --exit --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done", "test": "npm run lint && npm run spec", "web": "node web" }, "version": "3.0.1" }