braid/node_modules/one-time/package.json

66 lines
1.7 KiB
JSON

{
"_from": "one-time@0.0.4",
"_id": "one-time@0.0.4",
"_inBundle": false,
"_integrity": "sha1-+M33eISCb+Tf+T46nMN7HkSAdC4=",
"_location": "/one-time",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "one-time@0.0.4",
"name": "one-time",
"escapedName": "one-time",
"rawSpec": "0.0.4",
"saveSpec": null,
"fetchSpec": "0.0.4"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/one-time/-/one-time-0.0.4.tgz",
"_shasum": "f8cdf77884826fe4dff93e3a9cc37b1e4480742e",
"_spec": "one-time@0.0.4",
"_where": "/Users/josh.burman/Projects/braid/node_modules/winston",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/one-time/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Run the supplied function exactly one time (once)",
"devDependencies": {
"assume": "1.2.x",
"istanbul": "0.3.x",
"mocha": "2.2.x",
"pre-commit": "1.0.x"
},
"homepage": "https://github.com/unshiftio/one-time#readme",
"keywords": [
"once",
"function",
"single",
"one",
"one-time",
"execution",
"nope"
],
"license": "MIT",
"main": "index.js",
"name": "one-time",
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/one-time.git"
},
"scripts": {
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test": "mocha test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "0.0.4"
}