| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- "blocking-proxy@1.0.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "blocking-proxy@1.0.1",
- "_id": "blocking-proxy@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==",
- "_location": "/blocking-proxy",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "blocking-proxy@1.0.1",
- "name": "blocking-proxy",
- "escapedName": "blocking-proxy",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/protractor"
- ],
- "_resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "bin": {
- "blocking-proxy": "built/lib/bin.js"
- },
- "bugs": {
- "url": "https://github.com/angular/jasminewd/issues"
- },
- "contributors": [
- {
- "name": "Michael Giambalvo",
- "email": "heathkit@google.com"
- },
- {
- "name": "Julie Ralph",
- "email": "ju.ralph@gmail.com"
- }
- ],
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "description": "WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.",
- "devDependencies": {
- "@types/jasmine": "2.5.45",
- "@types/minimist": "^1.1.29",
- "@types/nock": "^8.2.0",
- "@types/node": "^6.0.45",
- "@types/rimraf": "0.0.28",
- "@types/selenium-webdriver": "^2.53.39",
- "body-parser": "1.14.2",
- "clang-format": "^1.0.34",
- "gulp": "^3.9.1",
- "gulp-clang-format": "^1.0.23",
- "gulp-tslint": "^7.0.1",
- "jasmine": "^2.3.2",
- "jasmine-co": "^1.2.2",
- "jasmine-ts": "^0.2.1",
- "jshint": "2.9.1",
- "nock": "^9.0.2",
- "rimraf": "^2.5.4",
- "run-sequence": "^1.2.2",
- "selenium-mock": "^0.1.5",
- "selenium-webdriver": "^3.6.0",
- "ts-node": "^2.1.2",
- "tslint": "^4.3.1",
- "tslint-eslint-rules": "^3.1.0",
- "typescript": "^2.1.5",
- "vrsource-tslint-rules": "^0.14.1",
- "webdriver-manager": "^12.0.6"
- },
- "engines": {
- "node": ">=6.9.x"
- },
- "homepage": "https://github.com/angular/blocking-proxy",
- "jshintConfig": {
- "esversion": 6
- },
- "keywords": [
- "test",
- "testing",
- "webdriver",
- "webdriverjs",
- "selenium"
- ],
- "license": "MIT",
- "main": "built/lib/index.js",
- "name": "blocking-proxy",
- "repository": {
- "type": "git",
- "url": "git://github.com/angular/jasminewd.git"
- },
- "scripts": {
- "prepublish": "gulp prepublish",
- "start": "node built/lib/bin.js",
- "test": "JASMINE_CONFIG_PATH=spec/jasmine_unit.json jasmine-ts",
- "test:auto": "find lib spec | entr npm test",
- "test:e2e": "JASMINE_CONFIG_PATH=spec/jasmine_e2e.json jasmine-ts",
- "testapp": "cd testapp && npm start",
- "webdriver": "webdriver-manager update && webdriver-manager start"
- },
- "typings": "built/lib/index.d.ts",
- "version": "1.0.1"
- }
|