mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 12:44:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			113 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			113 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_args": [
 | 
						|
    [
 | 
						|
      "define-property@2.0.2",
 | 
						|
      "C:\\Users\\Administrator\\Documents\\setup-python"
 | 
						|
    ]
 | 
						|
  ],
 | 
						|
  "_development": true,
 | 
						|
  "_from": "define-property@2.0.2",
 | 
						|
  "_id": "define-property@2.0.2",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
 | 
						|
  "_location": "/define-property",
 | 
						|
  "_phantomChildren": {
 | 
						|
    "kind-of": "6.0.2"
 | 
						|
  },
 | 
						|
  "_requested": {
 | 
						|
    "type": "version",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "define-property@2.0.2",
 | 
						|
    "name": "define-property",
 | 
						|
    "escapedName": "define-property",
 | 
						|
    "rawSpec": "2.0.2",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "2.0.2"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/micromatch",
 | 
						|
    "/nanomatch",
 | 
						|
    "/to-regex"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
 | 
						|
  "_spec": "2.0.2",
 | 
						|
  "_where": "C:\\Users\\Administrator\\Documents\\setup-python",
 | 
						|
  "author": {
 | 
						|
    "name": "Jon Schlinkert",
 | 
						|
    "url": "https://github.com/jonschlinkert"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/jonschlinkert/define-property/issues"
 | 
						|
  },
 | 
						|
  "contributors": [
 | 
						|
    {
 | 
						|
      "name": "Brian Woodward",
 | 
						|
      "url": "https://twitter.com/doowb"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "Jon Schlinkert",
 | 
						|
      "url": "http://twitter.com/jonschlinkert"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "dependencies": {
 | 
						|
    "is-descriptor": "^1.0.2",
 | 
						|
    "isobject": "^3.0.1"
 | 
						|
  },
 | 
						|
  "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
 | 
						|
  "devDependencies": {
 | 
						|
    "gulp-format-md": "^1.0.0",
 | 
						|
    "mocha": "^3.5.3"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=0.10.0"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "index.js"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/jonschlinkert/define-property",
 | 
						|
  "keywords": [
 | 
						|
    "define",
 | 
						|
    "define-property",
 | 
						|
    "enumerable",
 | 
						|
    "key",
 | 
						|
    "non",
 | 
						|
    "non-enumerable",
 | 
						|
    "object",
 | 
						|
    "prop",
 | 
						|
    "property",
 | 
						|
    "value"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "main": "index.js",
 | 
						|
  "name": "define-property",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/jonschlinkert/define-property.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "test": "mocha"
 | 
						|
  },
 | 
						|
  "verb": {
 | 
						|
    "toc": false,
 | 
						|
    "layout": "default",
 | 
						|
    "tasks": [
 | 
						|
      "readme"
 | 
						|
    ],
 | 
						|
    "plugins": [
 | 
						|
      "gulp-format-md"
 | 
						|
    ],
 | 
						|
    "related": {
 | 
						|
      "list": [
 | 
						|
        "assign-deep",
 | 
						|
        "extend-shallow",
 | 
						|
        "merge-deep",
 | 
						|
        "mixin-deep"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "lint": {
 | 
						|
      "reflinks": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "version": "2.0.2"
 | 
						|
}
 |