canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
95 lines (94 loc) • 2.22 kB
JSON
{
"_args": [
[
"js-types@^1.0.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/is-js-type"
]
],
"_from": "js-types@>=1.0.0 <2.0.0",
"_id": "js-types@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/js-types",
"_nodeVersion": "3.0.0",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.13.3",
"_phantomChildren": {},
"_requested": {
"name": "js-types",
"raw": "js-types@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-js-type"
],
"_resolved": "https://registry.npmjs.org/js-types/-/js-types-1.0.0.tgz",
"_shasum": "d242e6494ed572ad3c92809fc8bed7f7687cbf03",
"_shrinkwrap": null,
"_spec": "js-types@^1.0.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/is-js-type",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/js-types/issues"
},
"dependencies": {},
"description": "List of JavaScript types",
"devDependencies": {
"ava": "0.0.4",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "d242e6494ed572ad3c92809fc8bed7f7687cbf03",
"tarball": "http://registry.npmjs.org/js-types/-/js-types-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"js-types.json"
],
"gitHead": "766884603c976e03423da2bf4d2ff9c4003178fb",
"homepage": "https://github.com/sindresorhus/js-types",
"keywords": [
"js",
"javascript",
"ecmascript",
"builtin",
"types",
"type",
"data",
"list",
"array",
"json"
],
"license": "MIT",
"main": "js-types.json",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "js-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/js-types.git"
},
"scripts": {
"test": "xo && node test.js"
},
"version": "1.0.0"
}