canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
102 lines (101 loc) • 2.39 kB
JSON
{
"_args": [
[
"isobject@^1.0.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/is-plain-object"
]
],
"_from": "isobject@>=1.0.0 <2.0.0",
"_id": "isobject@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/isobject",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "isobject",
"raw": "isobject@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-plain-object"
],
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-1.0.2.tgz",
"_shasum": "f0f9b8ce92dd540fa0740882e3835a2e022ec78a",
"_shrinkwrap": null,
"_spec": "isobject@^1.0.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/is-plain-object",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
},
"dependencies": {},
"description": "Returns true if the value is an object and not an array or null.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "f0f9b8ce92dd540fa0740882e3835a2e022ec78a",
"tarball": "http://registry.npmjs.org/isobject/-/isobject-1.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "0d3070262eb950e2e19c5781da8f243b629c7731",
"homepage": "https://github.com/jonschlinkert/isobject",
"keywords": [
"check",
"function",
"is",
"is-object",
"isobject",
"javascript",
"kind",
"kind-of",
"kindof",
"native",
"object",
"of",
"type",
"typeof",
"validate",
"value"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/isobject/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"email": "github@sellside.com",
"name": "jonschlinkert"
}
],
"name": "isobject",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/isobject.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.2"
}