binance_bot/node_modules/one-time/package.json
2025-01-07 19:06:55 +01:00

66 lines
1.7 KiB
JSON

{
"_from": "one-time@^1.0.0",
"_id": "one-time@1.0.0",
"_inBundle": false,
"_integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
"_location": "/one-time",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "one-time@^1.0.0",
"name": "one-time",
"escapedName": "one-time",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
"_shasum": "e06bc174aed214ed58edede573b433bbf827cb45",
"_spec": "one-time@^1.0.0",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\winston",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/3rd-Eden/one-time/issues"
},
"bundleDependencies": false,
"dependencies": {
"fn.name": "1.x.x"
},
"deprecated": false,
"description": "Run the supplied function exactly one time (once)",
"devDependencies": {
"assume": "^2.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0"
},
"homepage": "https://github.com/3rd-Eden/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/3rd-Eden/one-time.git"
},
"scripts": {
"test": "nyc --reporter=text --reporter=json-summary npm run test:runner",
"test:runner": "mocha test.js",
"test:watch": "npm run test:runner -- --watch"
},
"version": "1.0.0"
}