| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/fault/ |
Upload File : |
{
"_from": "fault@^1.0.0",
"_id": "fault@1.0.4",
"_inBundle": false,
"_integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==",
"_location": "/fault",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fault@^1.0.0",
"name": "fault",
"escapedName": "fault",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/lowlight"
],
"_resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz",
"_shasum": "eafcfc0a6d214fc94601e170df29954a4f842f13",
"_spec": "fault@^1.0.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/lowlight",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/fault/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"format": "^0.2.0"
},
"deprecated": false,
"description": "Functional errors with formatted output",
"devDependencies": {
"browserify": "^16.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"xo": "^0.25.0"
},
"files": [
"index.js"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"homepage": "https://github.com/wooorm/fault#readme",
"keywords": [
"error",
"exception",
"printf",
"sprintf",
"vsprintf",
"format",
"string"
],
"license": "MIT",
"name": "fault",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/fault.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s fault -o fault.js",
"build-mangle": "browserify . -s fault -p tinyify -o fault.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test": "npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js"
},
"version": "1.0.4",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/prefer-reflect-apply": "off"
},
"ignores": [
"fault.js"
]
}
}