| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "boom@4.3.1",
- "C:\\Users\\Administrator\\Desktop\\dealer_front"
- ]
- ],
- "_from": "boom@4.3.1",
- "_id": "boom@4.3.1",
- "_inBundle": false,
- "_integrity": "sha1-T4owBctKfjiJ90kDD9JbluAdLjE=",
- "_location": "/boom",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "boom@4.3.1",
- "name": "boom",
- "escapedName": "boom",
- "rawSpec": "4.3.1",
- "saveSpec": null,
- "fetchSpec": "4.3.1"
- },
- "_requiredBy": [
- "/hawk"
- ],
- "_resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
- "_spec": "4.3.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
- "bugs": {
- "url": "https://github.com/hapijs/boom/issues"
- },
- "dependencies": {
- "hoek": "4.x.x"
- },
- "description": "HTTP-friendly error objects",
- "devDependencies": {
- "code": "4.x.x",
- "lab": "13.x.x",
- "markdown-toc": "0.12.x"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "homepage": "https://github.com/hapijs/boom#readme",
- "keywords": [
- "error",
- "http"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "boom",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/boom.git"
- },
- "scripts": {
- "test": "lab -a code -t 100 -L -v",
- "test-cov-html": "lab -a code -r html -o coverage.html -L",
- "toc": "node generate-toc.js",
- "version": "npm run toc && git add README.md"
- },
- "version": "4.3.1"
- }
|