@zkochan/pnpm
Version:
Fast, disk space efficient package manager
126 lines (125 loc) • 4.55 kB
JSON
{
"_args": [
[
{
"raw": "is-object@^1.0.1",
"scope": null,
"escapedName": "is-object",
"name": "is-object",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/isurl"
]
],
"_from": "is-object@>=1.0.1 <2.0.0",
"_id": "is-object@1.0.1",
"_inCache": true,
"_location": "/is-object",
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"raw": "is-object@^1.0.1",
"scope": null,
"escapedName": "is-object",
"name": "is-object",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/isurl"
],
"_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
"_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
"_shrinkwrap": null,
"_spec": "is-object@^1.0.1",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/isurl",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/ljharb/is-object/issues",
"email": "ljharb@gmail.com"
},
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"description": "Checks whether a value is an object",
"devDependencies": {
"covert": "~1.0.0",
"jscs": "~1.6.0",
"tape": "~2.14.0"
},
"directories": {},
"dist": {
"shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
"tarball": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz"
},
"gitHead": "391812229f7de8e4778e1ed5dee824206c2534b9",
"homepage": "https://github.com/ljharb/is-object",
"keywords": [],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-object",
"optionalDependencies": {},
"readme": "# is-object <sup>[![Version Badge][12]][11]</sup>\n\n[![build status][1]][2]\n[![dependency status][3]][4]\n[![dev dependency status][9]][10]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][13]][11]\n\n[![browser support][5]][6]\n\nChecks whether a value is an object\n\nBecause `typeof null` is a troll.\n\n## Example\n\n```js\nvar isObject = require('is-object');\nvar assert = require('assert');\n\nassert.equal(isObject(null), false);\nassert.equal(isObject({}), true);\n```\n\n## Installation\n\n`npm install is-object`\n\n## Contributors\n\n - [Raynos][7]\n - [Jordan Harband][8]\n\n## MIT Licensed\n\n [1]: https://secure.travis-ci.org/ljharb/is-object.svg\n [2]: http://travis-ci.org/ljharb/is-object\n [3]: http://david-dm.org/ljharb/is-object/status.svg\n [4]: http://david-dm.org/ljharb/is-object\n [5]: http://ci.testling.com/ljharb/is-object.svg\n [6]: http://ci.testling.com/ljharb/is-object\n [7]: https://github.com/Raynos\n [8]: https://github.com/ljharb\n [9]: https://david-dm.org/ljharb/is-object/dev-status.svg\n [10]: https://david-dm.org/ljharb/is-object#info=devDependencies\n [11]: https://npmjs.org/package/is-object\n [12]: http://vb.teelaun.ch/ljharb/is-object.svg\n [13]: https://nodei.co/npm/is-object.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-object.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-object.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-object\n\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-object.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node test/index.js && npm run coverage-quiet"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/6..latest",
"firefox/3..6",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/10.0",
"opera/11..latest",
"opera/next",
"safari/4..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "1.0.1"
}