mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"is-obj@2.0.0",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "is-obj@2.0.0",
|
|
"_id": "is-obj@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
|
"_location": "/is-obj",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "is-obj@2.0.0",
|
|
"name": "is-obj",
|
|
"escapedName": "is-obj",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/dot-prop"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/is-obj/issues"
|
|
},
|
|
"description": "Check if a value is an object",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/is-obj#readme",
|
|
"keywords": [
|
|
"object",
|
|
"is",
|
|
"check",
|
|
"test",
|
|
"type"
|
|
],
|
|
"license": "MIT",
|
|
"name": "is-obj",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/is-obj.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|