You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
3.5 KiB

{
"_args": [
[
"object.getownpropertydescriptors@2.1.0",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_development": true,
"_from": "object.getownpropertydescriptors@2.1.0",
"_id": "object.getownpropertydescriptors@2.1.0",
"_inBundle": false,
"_integrity": "sha1-Npvx+VktiridcS3O1cuBx8U1Jkk=",
"_location": "/object.getownpropertydescriptors",
"_phantomChildren": {
"es-to-primitive": "1.2.1",
"function-bind": "1.1.1",
"has": "1.0.3",
"has-symbols": "1.0.1",
"is-callable": "1.2.2",
"is-regex": "1.1.1",
"object-inspect": "1.8.0",
"object-keys": "1.1.1",
"object.assign": "4.1.1",
"string.prototype.trimend": "1.0.1",
"string.prototype.trimstart": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "object.getownpropertydescriptors@2.1.0",
"name": "object.getownpropertydescriptors",
"escapedName": "object.getownpropertydescriptors",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/html-webpack-plugin/util.promisify",
"/util.promisify"
],
"_resolved": "https://registry.npm.taobao.org/object.getownpropertydescriptors/download/object.getownpropertydescriptors-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"bugs": {
"url": "https://github.com/es-shims/object.getownpropertydescriptors/issues"
},
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1"
},
"description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"covert": "^1.1.1",
"eslint": "^6.7.2",
"functions-have-names": "^1.2.0",
"replace": "^1.1.1",
"safe-publish-latest": "^1.1.4",
"semver": "^6.3.0",
"tape": "^4.11.0"
},
"engines": {
"node": ">= 0.8"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/es-shims/object.getownpropertydescriptors#readme",
"keywords": [
"Object.getOwnPropertyDescriptors",
"descriptor",
"property descriptor",
"ES8",
"ES2017",
"shim",
"polyfill",
"getOwnPropertyDescriptor",
"es-shim API"
],
"license": "MIT",
"main": "index.js",
"name": "object.getownpropertydescriptors",
"repository": {
"type": "git",
"url": "git://github.com/es-shims/object.getownpropertydescriptors.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "eslint .",
"posttest": "npx aud",
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint && es-shim-api --bound",
"test": "npm run --silent tests-only",
"test:module": "node test",
"test:shimmed": "node test/shimmed",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module"
},
"testling": {
"files": [
"test/index.js",
"test/shimmed.js"
],
"browsers": [
"iexplore/9.0..latest",
"firefox/4.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/5.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/12.0..latest",
"opera/next",
"safari/5.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "2.1.0"
}