mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 04:31:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			129 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "is-plain-object@2.0.4",
 | 
						|
      "C:\\Users\\Administrator\\Documents\\setup-python"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_development": true,
 | 
						|
  "_from": "is-plain-object@2.0.4",
 | 
						|
  "_id": "is-plain-object@2.0.4",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
 | 
						|
  "_location": "/is-plain-object",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "is-plain-object@2.0.4",
 | 
						|
    "name": "is-plain-object",
 | 
						|
    "escapedName": "is-plain-object",
 | 
						|
    "rawSpec": "2.0.4",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "2.0.4"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/extend-shallow/is-extendable",
 | 
						|
    "/mixin-deep/is-extendable",
 | 
						|
    "/set-value",
 | 
						|
    "/union-value/set-value"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
 | 
						|
  "_spec": "2.0.4",
 | 
						|
  "_where": "C:\\Users\\Administrator\\Documents\\setup-python",
 | 
						|
  "author": {
 | 
						|
    "name": "Jon Schlinkert",
 | 
						|
    "url": "https://github.com/jonschlinkert"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/jonschlinkert/is-plain-object/issues"
 | 
						|
  },
 | 
						|
  "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"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "dependencies": {
 | 
						|
    "isobject": "^3.0.1"
 | 
						|
  },
 | 
						|
  "description": "Returns true if an object was created by the `Object` constructor.",
 | 
						|
  "devDependencies": {
 | 
						|
    "browserify": "^14.4.0",
 | 
						|
    "chai": "^4.0.2",
 | 
						|
    "gulp-format-md": "^1.0.0",
 | 
						|
    "mocha": "^3.4.2",
 | 
						|
    "mocha-phantomjs": "^4.1.0",
 | 
						|
    "phantomjs": "^2.1.7",
 | 
						|
    "uglify-js": "^3.0.24"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=0.10.0"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.d.ts",
 | 
						|
    "index.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.js",
 | 
						|
  "name": "is-plain-object",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
 | 
						|
    "test": "npm run test_node && npm run browserify && npm run test_browser",
 | 
						|
    "test_browser": "mocha-phantomjs test/browser.html",
 | 
						|
    "test_node": "mocha"
 | 
						|
  },
 | 
						|
  "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": "2.0.4"
 | 
						|
}
 |