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