github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/chai/dev-deps/node_modules/assertion-error/package.json (about) 1 { 2 "_from": "assertion-error@1.1.0", 3 "_id": "assertion-error@1.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", 6 "_location": "/assertion-error", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "assertion-error@1.1.0", 12 "name": "assertion-error", 13 "escapedName": "assertion-error", 14 "rawSpec": "1.1.0", 15 "saveSpec": null, 16 "fetchSpec": "1.1.0" 17 }, 18 "_requiredBy": [ 19 "/chai" 20 ], 21 "_resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", 22 "_shasum": "e60b6b0e8f301bd97e5375215bda406c85118c0b", 23 "_spec": "assertion-error@1.1.0", 24 "_where": "/Users/Fossa/projects/go/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata/chai/dev-deps/node_modules/chai", 25 "author": { 26 "name": "Jake Luer", 27 "email": "jake@qualiancy.com", 28 "url": "http://qualiancy.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/chaijs/assertion-error/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": {}, 35 "deprecated": false, 36 "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.", 37 "devDependencies": { 38 "component": "*", 39 "typescript": "^2.6.1" 40 }, 41 "engines": { 42 "node": "*" 43 }, 44 "homepage": "https://github.com/chaijs/assertion-error#readme", 45 "keywords": [ 46 "test", 47 "assertion", 48 "assertion-error" 49 ], 50 "license": "MIT", 51 "main": "./index", 52 "name": "assertion-error", 53 "repository": { 54 "type": "git", 55 "url": "git+ssh://git@github.com/chaijs/assertion-error.git" 56 }, 57 "scripts": { 58 "test": "make test" 59 }, 60 "types": "./index.d.ts", 61 "version": "1.1.0" 62 }