Bones/node_modules/is-obj/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

93 lines
2.1 KiB
JSON

{
"_args": [
[
"is-obj@^1.0.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\dot-prop"
]
],
"_from": "is-obj@>=1.0.0-0 <2.0.0-0",
"_id": "is-obj@1.0.1",
"_inCache": true,
"_location": "/is-obj",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/is-obj-1.0.1.tgz_1458641652447_0.6715397178195417"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "is-obj",
"raw": "is-obj@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/dot-prop"
],
"_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
"_shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f",
"_shrinkwrap": null,
"_spec": "is-obj@^1.0.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\dot-prop",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-obj/issues"
},
"dependencies": {},
"description": "Check if a value is an object",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f",
"tarball": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "7438be7393348bf65cbc2330446666bb7fc2c2da",
"homepage": "https://github.com/sindresorhus/is-obj#readme",
"installable": true,
"keywords": [
"check",
"is",
"obj",
"object",
"test",
"type"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "is-obj",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-obj.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1"
}