mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-11-01 03:01:53 +08:00 
			
		
		
		
	
		
			
	
	
		
			126 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			126 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|   | { | ||
|  |   "_from": "isobject@^4.0.0", | ||
|  |   "_id": "isobject@4.0.0", | ||
|  |   "_inBundle": false, | ||
|  |   "_integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", | ||
|  |   "_location": "/@octokit/endpoint/isobject", | ||
|  |   "_phantomChildren": {}, | ||
|  |   "_requested": { | ||
|  |     "type": "range", | ||
|  |     "registry": true, | ||
|  |     "raw": "isobject@^4.0.0", | ||
|  |     "name": "isobject", | ||
|  |     "escapedName": "isobject", | ||
|  |     "rawSpec": "^4.0.0", | ||
|  |     "saveSpec": null, | ||
|  |     "fetchSpec": "^4.0.0" | ||
|  |   }, | ||
|  |   "_requiredBy": [ | ||
|  |     "/@octokit/endpoint/is-plain-object" | ||
|  |   ], | ||
|  |   "_resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", | ||
|  |   "_shasum": "3f1c9155e73b192022a80819bacd0343711697b0", | ||
|  |   "_spec": "isobject@^4.0.0", | ||
|  |   "_where": "C:\\Users\\Administrator\\Documents\\setup-node\\node_modules\\@octokit\\endpoint\\node_modules\\is-plain-object", | ||
|  |   "author": { | ||
|  |     "name": "Jon Schlinkert", | ||
|  |     "url": "https://github.com/jonschlinkert" | ||
|  |   }, | ||
|  |   "bugs": { | ||
|  |     "url": "https://github.com/jonschlinkert/isobject/issues" | ||
|  |   }, | ||
|  |   "bundleDependencies": false, | ||
|  |   "contributors": [ | ||
|  |     { | ||
|  |       "url": "https://github.com/LeSuisse" | ||
|  |     }, | ||
|  |     { | ||
|  |       "name": "Brian Woodward", | ||
|  |       "url": "https://twitter.com/doowb" | ||
|  |     }, | ||
|  |     { | ||
|  |       "name": "Jon Schlinkert", | ||
|  |       "url": "http://twitter.com/jonschlinkert" | ||
|  |     }, | ||
|  |     { | ||
|  |       "name": "Magnús Dæhlen", | ||
|  |       "url": "https://github.com/magnudae" | ||
|  |     }, | ||
|  |     { | ||
|  |       "name": "Tom MacWright", | ||
|  |       "url": "https://macwright.org" | ||
|  |     } | ||
|  |   ], | ||
|  |   "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" | ||
|  |   }, | ||
|  |   "engines": { | ||
|  |     "node": ">=0.10.0" | ||
|  |   }, | ||
|  |   "files": [ | ||
|  |     "index.d.ts", | ||
|  |     "index.cjs.js", | ||
|  |     "index.js" | ||
|  |   ], | ||
|  |   "homepage": "https://github.com/jonschlinkert/isobject", | ||
|  |   "keywords": [ | ||
|  |     "check", | ||
|  |     "is", | ||
|  |     "is-object", | ||
|  |     "isobject", | ||
|  |     "kind", | ||
|  |     "kind-of", | ||
|  |     "kindof", | ||
|  |     "native", | ||
|  |     "object", | ||
|  |     "type", | ||
|  |     "typeof", | ||
|  |     "value" | ||
|  |   ], | ||
|  |   "license": "MIT", | ||
|  |   "main": "index.cjs.js", | ||
|  |   "module": "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" | ||
|  |   }, | ||
|  |   "types": "index.d.ts", | ||
|  |   "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" | ||
|  |     ] | ||
|  |   }, | ||
|  |   "version": "4.0.0" | ||
|  | } |