UNPKG

cloudworker-proxy

Version:
88 lines (87 loc) 2.34 kB
{ "_args": [ [ "sprintf-kit@2.0.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "sprintf-kit@2.0.0", "_id": "sprintf-kit@2.0.0", "_inBundle": false, "_integrity": "sha512-/0d2YTn8ZFVpIPAU230S9ZLF8WDkSSRWvh/UOLM7zzvkCchum1TtouRgyV8OfgOaYilSGU4lSSqzwBXJVlAwUw==", "_location": "/sprintf-kit", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "sprintf-kit@2.0.0", "name": "sprintf-kit", "escapedName": "sprintf-kit", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/log" ], "_resolved": "https://registry.npmjs.org/sprintf-kit/-/sprintf-kit-2.0.0.tgz", "_spec": "2.0.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "http://www.medikoo.com/" }, "browserstack": { "browsers": [ "chrome_current", "firefox_current", "safari_current", "opera_current", "ie_11", "edge_current" ] }, "bugs": { "url": "https://github.com/medikoo/sprintf-kit/issues" }, "dependencies": { "es5-ext": "^0.10.46" }, "description": "sprintf parser and basic formatter", "devDependencies": { "browserstack-tape-runner": "2", "eslint": "^5.6", "eslint-config-medikoo-es5": "^1.7.1", "istanbul": "^0.4.5", "tape": "^4.9.1", "tape-index": "2" }, "eslintConfig": { "extends": "medikoo-es5", "root": true }, "homepage": "https://github.com/medikoo/sprintf-kit#readme", "keywords": [ "printf", "sprintf", "log", "format", "string" ], "license": "ISC", "name": "sprintf-kit", "repository": { "type": "git", "url": "git://github.com/medikoo/sprintf-kit.git" }, "scripts": { "check-coverage": "npm run coverage && istanbul check-coverage --statements 100 --function 100 --branches 100 --lines 100", "coverage": "tape-index && istanbul cover test.index.js", "lint": "eslint --ignore-path=.gitignore .", "test": "tape-index && node test.index.js", "test-browsers": "tape-index && browserstack-tape-runner test.index.js" }, "version": "2.0.0" }