mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 20:03:52 +08:00
128 lines
3.0 KiB
JSON
128 lines
3.0 KiB
JSON
{
|
|
"_from": "is-plain-object@^3.0.0",
|
|
"_id": "is-plain-object@3.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
|
|
"_location": "/is-plain-object",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-plain-object@^3.0.0",
|
|
"name": "is-plain-object",
|
|
"escapedName": "is-plain-object",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@octokit/endpoint",
|
|
"/@octokit/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
|
|
"_shasum": "662d92d24c0aa4302407b0d45d21f2251c85f85b",
|
|
"_spec": "is-plain-object@^3.0.0",
|
|
"_where": "C:\\Users\\koene\\Projects\\semantic-git-version-action\\node_modules\\@octokit\\request",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-plain-object/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
},
|
|
{
|
|
"name": "Osman Nuri Okumuş",
|
|
"url": "http://onokumus.com"
|
|
},
|
|
{
|
|
"name": "Steven Vachon",
|
|
"url": "https://svachon.com"
|
|
},
|
|
{
|
|
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
|
},
|
|
{
|
|
"name": "Bogdan Chadkin",
|
|
"url": "https://github.com/TrySound"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "Returns true if an object was created by the `Object` constructor.",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
|
"chai": "^4.2.0",
|
|
"esm": "^3.2.22",
|
|
"gulp-format-md": "^1.0.0",
|
|
"isobject": "^4.0.0",
|
|
"mocha": "^6.1.4",
|
|
"mocha-headless-chrome": "^3.1.0",
|
|
"rollup": "^1.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.es.js",
|
|
"index.cjs.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/is-plain-object",
|
|
"keywords": [
|
|
"check",
|
|
"is",
|
|
"is-object",
|
|
"isobject",
|
|
"javascript",
|
|
"kind",
|
|
"kind-of",
|
|
"object",
|
|
"plain",
|
|
"type",
|
|
"typeof",
|
|
"value"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.cjs.js",
|
|
"module": "index.es.js",
|
|
"name": "is-plain-object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/is-plain-object.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepare": "rollup -c",
|
|
"test": "npm run test_node && npm run build && npm run test_browser",
|
|
"test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html",
|
|
"test_node": "mocha -r esm"
|
|
},
|
|
"types": "index.d.ts",
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"is-number",
|
|
"isobject",
|
|
"kind-of"
|
|
]
|
|
},
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "3.0.1"
|
|
}
|