⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
node_modules
/
isobject
/
View File Name :
package.json
{ "name": "isobject", "description": "Returns true if the value is an object and not an array or null.", "version": "4.0.0", "homepage": "https://github.com/jonschlinkert/isobject", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "(https://github.com/LeSuisse)", "Brian Woodward (https://twitter.com/doowb)", "Jon Schlinkert (http://twitter.com/jonschlinkert)", "Magnús Dæhlen (https://github.com/magnudae)", "Tom MacWright (https://macwright.org)" ], "repository": "jonschlinkert/isobject", "bugs": { "url": "https://github.com/jonschlinkert/isobject/issues" }, "license": "MIT", "main": "index.cjs.js", "module": "index.js", "types": "index.d.ts", "files": [ "index.d.ts", "index.cjs.js", "index.js" ], "engines": { "node": ">=0.10.0" }, "scripts": { "build": "rollup -i index.js -o index.cjs.js -f cjs", "test": "mocha -r esm", "prepublish": "npm run build" }, "dependencies": {}, "devDependencies": { "esm": "^3.2.22", "gulp-format-md": "^0.1.9", "mocha": "^2.4.5", "rollup": "^1.10.1" }, "keywords": [ "check", "is", "is-object", "isobject", "kind", "kind-of", "kindof", "native", "object", "type", "typeof", "value" ], "verb": { "related": { "list": [ "extend-shallow", "is-plain-object", "kind-of", "merge-deep" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] } }