{ "_args": [ [ "one-time@1.0.0", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_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": "version", "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", "_spec": "1.0.0", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "author": { "name": "Arnout Kazemier" }, "bugs": { "url": "https://github.com/3rd-Eden/one-time/issues" }, "dependencies": { "fn.name": "1.x.x" }, "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" }