package.json (1450B)
1 { 2 "_from": "sprintf-js@~1.0.2", 3 "_id": "sprintf-js@1.0.3", 4 "_inBundle": false, 5 "_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", 6 "_location": "/sprintf-js", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "sprintf-js@~1.0.2", 12 "name": "sprintf-js", 13 "escapedName": "sprintf-js", 14 "rawSpec": "~1.0.2", 15 "saveSpec": null, 16 "fetchSpec": "~1.0.2" 17 }, 18 "_requiredBy": [ 19 "/argparse" 20 ], 21 "_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", 22 "_shasum": "04e6926f662895354f3dd015203633b857297e2c", 23 "_spec": "sprintf-js@~1.0.2", 24 "_where": "/home/l0bster/Documents/l0bsterSSG/node_modules/argparse", 25 "author": { 26 "name": "Alexandru Marasteanu", 27 "email": "hello@alexei.ro", 28 "url": "http://alexei.ro/" 29 }, 30 "bugs": { 31 "url": "https://github.com/alexei/sprintf.js/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "JavaScript sprintf implementation", 36 "devDependencies": { 37 "grunt": "*", 38 "grunt-contrib-uglify": "*", 39 "grunt-contrib-watch": "*", 40 "mocha": "*" 41 }, 42 "homepage": "https://github.com/alexei/sprintf.js#readme", 43 "license": "BSD-3-Clause", 44 "main": "src/sprintf.js", 45 "name": "sprintf-js", 46 "repository": { 47 "type": "git", 48 "url": "git+https://github.com/alexei/sprintf.js.git" 49 }, 50 "scripts": { 51 "test": "mocha test/test.js" 52 }, 53 "version": "1.0.3" 54 }