mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
31 lines
747 B
JSON
31 lines
747 B
JSON
{
|
|
"author": {
|
|
"name": "Alexandru Marasteanu",
|
|
"email": "hello@alexei.ro",
|
|
"url": "http://alexei.ro/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexei/sprintf.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "JavaScript sprintf implementation",
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-contrib-watch": "*",
|
|
"mocha": "*"
|
|
},
|
|
"homepage": "https://github.com/alexei/sprintf.js#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "src/sprintf.js",
|
|
"name": "sprintf-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexei/sprintf.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"version": "1.0.3"
|
|
} |