| Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/sprintf-js/ |
| Current File : /home/emeraadmin/www/node_modules/npm/node_modules/sprintf-js/package.json |
{
"_id": "sprintf-js@1.1.3",
"_inBundle": true,
"_location": "/npm/sprintf-js",
"_phantomChildren": {},
"_requiredBy": [
"/npm/ip-address"
],
"author": {
"name": "Alexandru Mărășteanu",
"email": "hello@alexei.ro"
},
"bugs": {
"url": "https://github.com/alexei/sprintf.js/issues"
},
"description": "JavaScript sprintf implementation",
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "^5.10.0",
"gulp": "^3.9.1",
"gulp-benchmark": "^1.1.1",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"mocha": "^5.2.0"
},
"homepage": "https://github.com/alexei/sprintf.js#readme",
"license": "BSD-3-Clause",
"main": "src/sprintf.js",
"name": "sprintf-js",
"overrides": {
"graceful-fs": "^4.2.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexei/sprintf.js.git"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"pretest": "npm run lint",
"test": "mocha test/*.js"
},
"version": "1.1.3"
}