UNPKG

canonical

Version:

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

96 lines (95 loc) 2.39 kB
{ "_args": [ [ "to-single-quotes@^2.0.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs" ] ], "_from": "to-single-quotes@>=2.0.0 <3.0.0", "_id": "to-single-quotes@2.0.0", "_inCache": true, "_installable": true, "_location": "/to-single-quotes", "_nodeVersion": "4.1.1", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "2.14.4", "_phantomChildren": {}, "_requested": { "name": "to-single-quotes", "raw": "to-single-quotes@^2.0.0", "rawSpec": "^2.0.0", "scope": null, "spec": ">=2.0.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/jscs" ], "_resolved": "https://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz", "_shasum": "5877952f830e69fc7ee19b0772362a53b9811780", "_shrinkwrap": null, "_spec": "to-single-quotes@^2.0.0", "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/jscs", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/to-single-quotes/issues" }, "dependencies": {}, "description": "Convert matching double-quotes to single-quotes: I \"love\" unicorns → I 'love' unicorns", "devDependencies": { "ava": "*", "xo": "*" }, "directories": {}, "dist": { "shasum": "5877952f830e69fc7ee19b0772362a53b9811780", "tarball": "http://registry.npmjs.org/to-single-quotes/-/to-single-quotes-2.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "832fe9fd96be63d576e799ea90d975b9056aa086", "homepage": "https://github.com/sindresorhus/to-single-quotes", "keywords": [ "code", "convert", "matching", "normalize", "quote", "quotes", "replace", "single", "single-quotes", "singlequotes", "string", "text" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" } ], "name": "to-single-quotes", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/to-single-quotes.git" }, "scripts": { "test": "xo && ava" }, "version": "2.0.0" }