frappe_docker/frappe-bench/node_modules/nightwatch/package.json
2017-07-31 15:51:51 +05:30

131 lines
3.5 KiB
JSON

{
"_args": [
[
{
"raw": "nightwatch@^0.9.16",
"scope": null,
"escapedName": "nightwatch",
"name": "nightwatch",
"rawSpec": "^0.9.16",
"spec": ">=0.9.16 <0.10.0",
"type": "range"
},
"/home/frappe/frappe-bench"
]
],
"_from": "nightwatch@>=0.9.16 <0.10.0",
"_id": "nightwatch@0.9.16",
"_inCache": true,
"_installable": true,
"_location": "/nightwatch",
"_nodeVersion": "6.9.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/nightwatch-0.9.16.tgz_1497210365410_0.8873387491330504"
},
"_npmUser": {
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {
"brace-expansion": "1.1.8"
},
"_requested": {
"raw": "nightwatch@^0.9.16",
"scope": null,
"escapedName": "nightwatch",
"name": "nightwatch",
"rawSpec": "^0.9.16",
"spec": ">=0.9.16 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.16.tgz",
"_shasum": "c4ac3ec711b0ff047c3dca9c6557365ee236519f",
"_shrinkwrap": null,
"_spec": "nightwatch@^0.9.16",
"_where": "/home/frappe/frappe-bench",
"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": "0.8.3",
"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": "A node.js bindings implementation for selenium 2.0/webdriver",
"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"
},
"directories": {},
"dist": {
"shasum": "c4ac3ec711b0ff047c3dca9c6557365ee236519f",
"tarball": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.16.tgz"
},
"files": [
"bin",
"examples",
"lib",
"README.md",
"LICENSE.md",
"index.js"
],
"gitHead": "f568f7bbfe7dad646d707c124f6a26c6e8c7701f",
"homepage": "http://nightwatchjs.org",
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "beatfactor",
"email": "getintouch@beatfactor.net"
}
],
"man": "",
"name": "nightwatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.16"
}