chat-server/node_modules/one-time/package.json

98 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2019-04-10 13:07:31 +10:00
{
"_args": [
[
"one-time@0.0.4",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/winston"
]
],
"_from": "one-time@0.0.4",
"_id": "one-time@0.0.4",
"_inCache": true,
"_installable": true,
"_location": "/one-time",
"_nodeVersion": "0.10.35",
"_npmUser": {
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "one-time",
"raw": "one-time@0.0.4",
"rawSpec": "0.0.4",
"scope": null,
"spec": "0.0.4",
"type": "version"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/one-time/-/one-time-0.0.4.tgz",
"_shasum": "f8cdf77884826fe4dff93e3a9cc37b1e4480742e",
"_shrinkwrap": null,
"_spec": "one-time@0.0.4",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/winston",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/one-time/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "f8cdf77884826fe4dff93e3a9cc37b1e4480742e",
"tarball": "https://registry.npmjs.org/one-time/-/one-time-0.0.4.tgz"
},
"gitHead": "51c3cfdd7ab8d4ffcc3b0d927e914beb88d5c360",
"homepage": "https://github.com/unshiftio/one-time",
"keywords": [
"execution",
"function",
"nope",
"once",
"one",
"one-time",
"single"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "unshift",
"email": "npm@unshift.io"
},
{
"name": "v1",
"email": "info@3rd-Eden.com"
},
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
}
],
"name": "one-time",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}