Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/lib/node_modules/pm2/node_modules/fast-printf/ |
{
"_from": "fast-printf@^1.3.0",
"_id": "fast-printf@1.6.6",
"_inBundle": false,
"_integrity": "sha512-Uz/uW6R1Fd8YqCGeoQosRIfB4dBbr8uMbFVdEci2AyXYcfucFqhpSMAGs8skRRdZd+MGCDBu48+B8Zmu7Pta5A==",
"_location": "/pm2/fast-printf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-printf@^1.3.0",
"name": "fast-printf",
"escapedName": "fast-printf",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/fast-printf/-/fast-printf-1.6.6.tgz",
"_shasum": "7e9af8dabedf7a0b9760feae4d10b651d0d6a03b",
"_spec": "fast-printf@^1.3.0",
"_where": "/usr/lib/node_modules/pm2",
"author": {
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
"url": "http://gajus.com"
},
"ava": {
"extensions": [
"ts"
],
"files": [
"test/fast-printf/**/*"
],
"require": [
"ts-node/register/transpile-only"
]
},
"bugs": {
"url": "https://github.com/gajus/fast-printf/issues"
},
"bundleDependencies": false,
"dependencies": {
"boolean": "^3.0.2"
},
"deprecated": false,
"description": "Fast and spec-compliant printf implementation for Node.js and browser.",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@types/mathjs": "^6.0.11",
"ava": "^3.15.0",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"del-cli": "^3.0.1",
"eslint": "^7.20.0",
"eslint-config-canonical": "^25.9.0",
"husky": "^4",
"nyc": "^15.1.0",
"semantic-release": "^17.3.9",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
},
"engines": {
"node": ">=10.0"
},
"homepage": "https://github.com/gajus/fast-printf#readme",
"husky": {
"scripts": {
"pre-commit": "npm run lint && npm run test && npm run build"
}
},
"keywords": [
"printf",
"sprintf"
],
"license": "BSD-3-Clause",
"main": "./dist/src/printf.js",
"name": "fast-printf",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gajus/fast-printf.git"
},
"scripts": {
"benchmark": "ROARR_LOG=true ts-node --transpile-only test/benchmark.ts",
"build": "del-cli ./dist && tsc",
"dev": "tsc --watch",
"lint": "eslint ./src ./test && tsc --noEmit",
"test": "NODE_ENV=test ava --serial --verbose"
},
"typings": "./dist/src/printf.d.ts",
"version": "1.6.6"
}