| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "_args": [
- [
- "chai-nightwatch@0.1.1",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "chai-nightwatch@0.1.1",
- "_id": "chai-nightwatch@0.1.1",
- "_inBundle": false,
- "_integrity": "sha512-TeheBX8b3eszDfet1dmb3u8RAukPOmzLj5AclNDygL+JQAIV2MsyddziEigBcdUgfNHajyz9crtpKipU0Qe2SA==",
- "_location": "/chai-nightwatch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "chai-nightwatch@0.1.1",
- "name": "chai-nightwatch",
- "escapedName": "chai-nightwatch",
- "rawSpec": "0.1.1",
- "saveSpec": null,
- "fetchSpec": "0.1.1"
- },
- "_requiredBy": [
- "/nightwatch"
- ],
- "_resolved": "https://registry.npmjs.org/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz",
- "_spec": "0.1.1",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Andrei Rusu",
- "email": "andrei.rusu@beatfactor.net"
- },
- "bugs": {
- "url": "https://github.com/beatfactor/chai/issues"
- },
- "dependencies": {
- "assertion-error": "1.0.0",
- "deep-eql": "0.1.3"
- },
- "description": "This is a modified version of Chai to support Nightwatch.js asserts.",
- "devDependencies": {
- "mocha": "1.21.x"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "homepage": "https://github.com/beatfactor/chai#readme",
- "license": "MIT",
- "main": "./index",
- "name": "chai-nightwatch",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/beatfactor/chai.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "0.1.1"
- }
|