UNPKG

pbplus-cognito-sdk

Version:
133 lines (132 loc) 3.98 kB
{ "_args": [ [ "nodemon@1.17.1", "/Users/bill42362/Documents/pbplus/pbplus-cognito-sdk/demo" ] ], "_development": true, "_from": "nodemon@1.17.1", "_id": "nodemon@1.17.1", "_inBundle": false, "_integrity": "sha512-p6+IG/eJyprjRd95na0efIWl3ONITHydCdl7btEIZttvnmXX4aqxIE45Aj+zeT0llJIUfJnZNyAX14XIdjJtmw==", "_location": "/nodemon", "_phantomChildren": { "arr-flatten": "1.1.0", "async-each": "1.0.1", "define-property": "2.0.2", "extend-shallow": "3.0.2", "fragment-cache": "0.2.1", "fsevents": "1.1.3", "has-flag": "3.0.0", "inherits": "2.0.3", "is-binary-path": "1.0.1", "is-buffer": "1.1.6", "is-descriptor": "1.0.2", "is-extendable": "0.1.1", "ms": "2.0.0", "nanomatch": "1.2.9", "normalize-path": "2.1.1", "object.pick": "1.3.0", "path-dirname": "1.0.2", "path-is-absolute": "1.0.1", "posix-character-classes": "0.1.1", "readdirp": "2.1.0", "regex-not": "1.0.2", "repeat-element": "1.1.2", "repeat-string": "1.6.1", "snapdragon": "0.8.1", "snapdragon-node": "2.1.1", "split-string": "3.1.0", "to-regex": "3.0.2", "to-regex-range": "2.1.1", "upath": "1.0.4" }, "_requested": { "type": "version", "registry": true, "raw": "nodemon@1.17.1", "name": "nodemon", "escapedName": "nodemon", "rawSpec": "1.17.1", "saveSpec": null, "fetchSpec": "1.17.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/nodemon/-/nodemon-1.17.1.tgz", "_spec": "1.17.1", "_where": "/Users/bill42362/Documents/pbplus/pbplus-cognito-sdk/demo", "author": { "name": "Remy Sharp", "url": "http://github.com/remy" }, "bin": { "nodemon": "./bin/nodemon.js" }, "bugs": { "url": "https://github.com/remy/nodemon/issues" }, "dependencies": { "chokidar": "^2.0.2", "debug": "^3.1.0", "ignore-by-default": "^1.0.1", "minimatch": "^3.0.4", "pstree.remy": "^1.1.0", "semver": "^5.5.0", "supports-color": "^5.2.0", "touch": "^3.1.0", "undefsafe": "^2.0.2", "update-notifier": "^2.3.0" }, "description": "Simple monitor script for use during development of a node.js app.", "devDependencies": { "@commitlint/cli": "^3.1.3", "@commitlint/config-angular": "^3.1.1", "async": "1.4.2", "coffee-script": "~1.7.1", "husky": "^0.14.3", "istanbul": "^0.4.5", "jscs": "^3.0.7", "mocha": "^2.3.3", "proxyquire": "^1.8.0", "semantic-release": "^8.2.0", "should": "~4.0.0" }, "engines": { "node": ">=4" }, "homepage": "http://nodemon.io", "keywords": [ "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": { ":spec": "mocha --timeout 30000 --ui bdd test/**/*.test.js", "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": "jscs lib/**/*.js -v", "postinstall": "node -e \"console.log('\\u001b[32mLove nodemon? You can now support the project via the open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/nodemon/donate\\u001b[0m\\n')\" || exit 0", "postspec": "npm run clean", "prepush": "npm run lint", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "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": "1.17.1" }