| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "sprintf-js@^1.0.3", |
| 3 | "_id": "sprintf-js@1.1.2", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", |
| 6 | "_location": "/sprintf-js", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "sprintf-js@^1.0.3", |
| 12 | "name": "sprintf-js", |
| 13 | "escapedName": "sprintf-js", |
| 14 | "rawSpec": "^1.0.3", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.3" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/underscore.string" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", |
| 22 | "_shasum": "da1765262bf8c0f571749f2ad6c26300207ae673", |
| 23 | "_spec": "sprintf-js@^1.0.3", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\underscore.string", |
| 25 | "author": { |
| 26 | "name": "Alexandru Mărășteanu", |
| 27 | "email": "hello@alexei.ro" |
| 28 | }, |
| 29 | "bugs": { |
| 30 | "url": "https://github.com/alexei/sprintf.js/issues" |
| 31 | }, |
| 32 | "bundleDependencies": false, |
| 33 | "deprecated": false, |
| 34 | "description": "JavaScript sprintf implementation", |
| 35 | "devDependencies": { |
| 36 | "benchmark": "^2.1.4", |
| 37 | "eslint": "^5.10.0", |
| 38 | "gulp": "^3.9.1", |
| 39 | "gulp-benchmark": "^1.1.1", |
| 40 | "gulp-eslint": "^5.0.0", |
| 41 | "gulp-header": "^2.0.5", |
| 42 | "gulp-mocha": "^6.0.0", |
| 43 | "gulp-rename": "^1.4.0", |
| 44 | "gulp-sourcemaps": "^2.6.4", |
| 45 | "gulp-uglify": "^3.0.1", |
| 46 | "mocha": "^5.2.0" |
| 47 | }, |
| 48 | "homepage": "https://github.com/alexei/sprintf.js#readme", |
| 49 | "license": "BSD-3-Clause", |
| 50 | "main": "src/sprintf.js", |
| 51 | "name": "sprintf-js", |
| 52 | "repository": { |
| 53 | "type": "git", |
| 54 | "url": "git+https://github.com/alexei/sprintf.js.git" |
| 55 | }, |
| 56 | "scripts": { |
| 57 | "lint": "eslint .", |
| 58 | "lint:fix": "eslint --fix .", |
| 59 | "pretest": "npm run lint", |
| 60 | "test": "mocha test/*.js" |
| 61 | }, |
| 62 | "version": "1.1.2" |
| 63 | } |