@testim/testim-cli
Version:
Command line interface for running Testing on you CI
93 lines (92 loc) • 2.5 kB
JSON
{
"_args": [
[
"promise@*",
"/Users/gil/projects/testim/click-test/src/selenium"
]
],
"_from": "promise@*",
"_id": "promise@7.0.4",
"_inCache": true,
"_location": "/promise",
"_nodeVersion": "2.3.1",
"_npmUser": {
"email": "nathan@nathan7.eu",
"name": "nathan7"
},
"_npmVersion": "3.2.1",
"_phantomChildren": {},
"_requested": {
"name": "promise",
"raw": "promise@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-7.0.4.tgz",
"_shasum": "363e84a4c36c8356b890fed62c91ce85d02ed539",
"_shrinkwrap": null,
"_spec": "promise@*",
"_where": "/Users/gil/projects/testim/click-test/src/selenium",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"asap": "~2.0.3"
},
"description": "Bare bones Promises/A+ implementation",
"devDependencies": {
"acorn": "^1.0.1",
"better-assert": "*",
"istanbul": "^0.3.13",
"mocha": "*",
"promises-aplus-tests": "*",
"rimraf": "^2.3.2"
},
"directories": {},
"dist": {
"shasum": "363e84a4c36c8356b890fed62c91ce85d02ed539",
"tarball": "http://registry.npmjs.org/promise/-/promise-7.0.4.tgz"
},
"gitHead": "8a42572e23669b685b659d1fa56532c7b05fb8d7",
"homepage": "https://github.com/then/promise#readme",
"installable": true,
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "nathan7",
"email": "nathan@nathan7.eu"
}
],
"name": "promise",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/then/promise.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
"prepublish": "node build",
"pretest": "node build",
"pretest-extensions": "node build",
"pretest-memory-leak": "node build",
"pretest-resolve": "node build",
"test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
"test-memory-leak": "node --expose-gc test/memory-leak.js",
"test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
},
"version": "7.0.4"
}