{ "_args": [ [ "nightwatch@0.9.21", "E:\\2023\\5\\myjadmin" ] ], "_development": true, "_from": "nightwatch@0.9.21", "_id": "nightwatch@0.9.21", "_inBundle": false, "_integrity": "sha512-Kjw/qpPRKIJffxxLAH+jxw5mF0ZXsYlwIkeDzqs6vFhdgeYopJKK6cvaKg9gPwswTp8LExnUfgpm+QF9epvNtg==", "_location": "/nightwatch", "_phantomChildren": { "brace-expansion": "1.1.11" }, "_requested": { "type": "version", "registry": true, "raw": "nightwatch@0.9.21", "name": "nightwatch", "escapedName": "nightwatch", "rawSpec": "0.9.21", "saveSpec": null, "fetchSpec": "0.9.21" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.21.tgz", "_spec": "0.9.21", "_where": "E:\\2023\\5\\myjadmin", "author": { "name": "Andrei Rusu", "email": "andrei@nightwatchjs.org" }, "bin": { "nightwatch": "bin/nightwatch" }, "bugs": { "url": "https://github.com/nightwatchjs/nightwatch/issues" }, "dependencies": { "chai-nightwatch": "~0.1.x", "ejs": "2.5.7", "lodash.clone": "3.0.3", "lodash.defaultsdeep": "4.3.2", "minimatch": "3.0.3", "mkpath": "1.0.0", "mocha-nightwatch": "3.2.2", "optimist": "0.6.1", "proxy-agent": "2.0.0", "q": "1.4.1" }, "description": "Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.", "devDependencies": { "chai": "^3.2.0", "coveralls": "latest", "grunt": "~0.4.4", "grunt-complexity": "^0.1.7", "grunt-contrib-jshint": "~0.10.0", "grunt-jsonlint": "~1.0.4", "grunt-npm-release": "latest", "jscoverage": "latest", "jshint": "~2.4.4", "jsonlint": "~1.6.0", "mocha": "^2.3.4", "mocha-lcov-reporter": "^1.2.0", "mock-spawn": "^0.2.1", "mockery": "~1.4.0", "nock": "~0.45.0", "xml2json": "^0.11.0" }, "files": [ "bin", "examples", "lib", "README.md", "LICENSE.md", "index.js" ], "homepage": "http://nightwatchjs.org", "license": "MIT", "main": "./lib/index.js", "man": "", "name": "nightwatch", "repository": { "type": "git", "url": "git+ssh://git@github.com/nightwatchjs/nightwatch.git" }, "scripts": { "jshint": "jshint --verbose --config .jshintrc lib/", "mocha-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter html-cov > coverage.html", "mocha-lcov-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter mocha-lcov-reporter > lib-cov/coverage.lcov", "test": "mocha test/src", "unit-tests": "./bin/nightwatch -c test/nightwatch.json" }, "version": "0.9.21" }