mirror of
https://github.com/actions/labeler
synced 2026-05-06 19:57:47 +02:00
build
This commit is contained in:
57
node_modules/isobject/package.json
generated
vendored
57
node_modules/isobject/package.json
generated
vendored
@@ -1,32 +1,39 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"isobject@4.0.0",
|
||||
"C:\\Users\\damccorm\\Documents\\labeler"
|
||||
]
|
||||
],
|
||||
"_from": "isobject@4.0.0",
|
||||
"_id": "isobject@4.0.0",
|
||||
"_from": "isobject@^3.0.1",
|
||||
"_id": "isobject@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==",
|
||||
"_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
|
||||
"_location": "/isobject",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "isobject@4.0.0",
|
||||
"raw": "isobject@^3.0.1",
|
||||
"name": "isobject",
|
||||
"escapedName": "isobject",
|
||||
"rawSpec": "4.0.0",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-plain-object"
|
||||
"/base",
|
||||
"/braces",
|
||||
"/cache-base",
|
||||
"/class-utils",
|
||||
"/define-property",
|
||||
"/extend-shallow/is-plain-object",
|
||||
"/has-value",
|
||||
"/mixin-deep/is-plain-object",
|
||||
"/object-visit",
|
||||
"/object.pick",
|
||||
"/set-value/is-plain-object",
|
||||
"/snapdragon-node",
|
||||
"/unset-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
|
||||
"_spec": "4.0.0",
|
||||
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
|
||||
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
|
||||
"_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
|
||||
"_spec": "isobject@^3.0.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/braces",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -34,6 +41,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/isobject/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"url": "https://github.com/LeSuisse"
|
||||
@@ -56,19 +64,17 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if the value is an object and not an array or null.",
|
||||
"devDependencies": {
|
||||
"esm": "^3.2.22",
|
||||
"gulp-format-md": "^0.1.9",
|
||||
"mocha": "^2.4.5",
|
||||
"rollup": "^1.10.1"
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"index.cjs.js",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/isobject",
|
||||
@@ -87,17 +93,14 @@
|
||||
"value"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.cjs.js",
|
||||
"module": "index.js",
|
||||
"main": "index.js",
|
||||
"name": "isobject",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/isobject.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -i index.js -o index.cjs.js -f cjs",
|
||||
"prepublish": "npm run build",
|
||||
"test": "mocha -r esm"
|
||||
"test": "mocha"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"verb": {
|
||||
@@ -124,5 +127,5 @@
|
||||
"verb"
|
||||
]
|
||||
},
|
||||
"version": "4.0.0"
|
||||
"version": "3.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user