UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

87 lines (86 loc) 2.11 kB
{ "_args": [ [ "onetime@^1.0.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/restore-cursor" ] ], "_from": "onetime@>=1.0.0 <2.0.0", "_id": "onetime@1.0.0", "_inCache": true, "_location": "/onetime", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "1.4.14", "_phantomChildren": {}, "_requested": { "name": "onetime", "raw": "onetime@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/restore-cursor" ], "_resolved": "https://registry.npmjs.org/onetime/-/onetime-1.0.0.tgz", "_shasum": "3a08a8e39d7816df52d34886374fb8ed8b651f62", "_shrinkwrap": null, "_spec": "onetime@^1.0.0", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/restore-cursor", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "http://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/onetime/issues" }, "dependencies": {}, "description": "Only call a function once. Unlike the module `once`, this one isn't naughty extending `Function.prototype`.", "devDependencies": { "mocha": "*" }, "directories": {}, "dist": { "shasum": "3a08a8e39d7816df52d34886374fb8ed8b651f62", "tarball": "http://registry.npmjs.org/onetime/-/onetime-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "a4aa1ce5291cc5f32ecb8f4b0a918b12cb47ea5e", "homepage": "https://github.com/sindresorhus/onetime", "installable": true, "keywords": [ "call", "function", "once", "one", "prevent", "single" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "onetime", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/sindresorhus/onetime" }, "scripts": { "test": "mocha" }, "version": "1.0.0" }