{ "_from": "onetime@^1.0.0", "_id": "onetime@1.1.0", "_inBundle": false, "_integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "_location": "/onetime", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "onetime@^1.0.0", "name": "onetime", "escapedName": "onetime", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/restore-cursor" ], "_resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "_shasum": "a1f7838f8314c516f05ecefcbc4ccfe04b4ed789", "_spec": "onetime@^1.0.0", "_where": "/home/mwinter/www/unboundedpress/node_modules/restore-cursor", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/onetime/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Only call a function once", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/onetime#readme", "keywords": [ "once", "one", "single", "call", "function", "prevent" ], "license": "MIT", "name": "onetime", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/onetime.git" }, "scripts": { "test": "xo && ava" }, "version": "1.1.0" }