canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS and CSS.
105 lines (104 loc) • 2.69 kB
JSON
{
"_args": [
[
"read-json-sync@^1.1.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/flat-cache"
]
],
"_from": "read-json-sync@>=1.1.0 <2.0.0",
"_id": "read-json-sync@1.1.0",
"_inCache": true,
"_location": "/read-json-sync",
"_nodeVersion": "1.2.0",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "read-json-sync",
"raw": "read-json-sync@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/flat-cache"
],
"_resolved": "https://registry.npmjs.org/read-json-sync/-/read-json-sync-1.1.0.tgz",
"_shasum": "8d597a6a3ba0bf550e4fe39b76da310ab9bd56e9",
"_shrinkwrap": null,
"_spec": "read-json-sync@^1.1.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/flat-cache",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/read-json-sync/issues"
},
"dependencies": {
"graceful-fs": "^3.0.5"
},
"description": "Read and parse a JSON file synchronously",
"devDependencies": {
"eslint": "^0.14.1",
"istanbul": "^0.3.6",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.11.3",
"tap-spec": "^2.2.1",
"tape": "^3.5.0"
},
"directories": {},
"dist": {
"shasum": "8d597a6a3ba0bf550e4fe39b76da310ab9bd56e9",
"tarball": "http://registry.npmjs.org/read-json-sync/-/read-json-sync-1.1.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "d0ff0b5375a6928bb39648c7a9ba7fa911635772",
"homepage": "https://github.com/shinnn/read-json-sync",
"installable": true,
"jscsConfig": {
"maximumLineLength": 98,
"preset": "google",
"requireBlocksOnNewline": true,
"validateLineBreaks": "LF"
},
"keywords": [
"file",
"json",
"parse",
"read",
"sync",
"synchronous"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/read-json-sync/blob/master/LICENSE"
}
],
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"name": "read-json-sync",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/shinnn/read-json-sync"
},
"scripts": {
"coverage": "istanbul cover test/test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"pretest": "jscs index.js test/*.js && eslint index.js test/*.js",
"test": "node test/test.js | tap-spec"
},
"version": "1.1.0"
}