| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "assertion-error@1.0.0",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_development": true,
- "_from": "assertion-error@1.0.0",
- "_id": "assertion-error@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-g/gZV+G476cnmtYI+Ko9d5khxSoCSoom/EaNmmCfwpOvBXEJ18qwFrxfP1/CsIqk2no1sAKKwxndV0tP7ROOFQ==",
- "_location": "/assertion-error",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "assertion-error@1.0.0",
- "name": "assertion-error",
- "escapedName": "assertion-error",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/chai-nightwatch"
- ],
- "_resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "E:\\2023\\5\\myjadmin",
- "author": {
- "name": "Jake Luer",
- "email": "jake@qualiancy.com",
- "url": "http://qualiancy.com"
- },
- "bugs": {
- "url": "https://github.com/chaijs/assertion-error/issues"
- },
- "dependencies": {},
- "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
- "devDependencies": {
- "component": "*"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/chaijs/assertion-error#readme",
- "keywords": [
- "test",
- "assertion",
- "assertion-error"
- ],
- "license": "MIT",
- "main": "./index",
- "name": "assertion-error",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/chaijs/assertion-error.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "1.0.0"
- }
|