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.

113 lines
3.0 KiB

{
"_args": [
[
"define-properties@1.1.4",
"D:\\YuanZhuoLogistics\\WarehouseManagerVue"
]
],
"_development": true,
"_from": "define-properties@1.1.4",
"_id": "define-properties@1.1.4",
"_inBundle": false,
"_integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
"_location": "/define-properties",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "define-properties@1.1.4",
"name": "define-properties",
"escapedName": "define-properties",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/array.prototype.reduce",
"/function.prototype.name",
"/html-webpack-plugin/util.promisify",
"/object-is",
"/object.assign",
"/object.getownpropertydescriptors",
"/object.values",
"/regexp.prototype.flags",
"/string.prototype.trimend",
"/string.prototype.trimstart",
"/util.promisify"
],
"_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz",
"_spec": "1.1.4",
"_where": "D:\\YuanZhuoLogistics\\WarehouseManagerVue",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"bugs": {
"url": "https://github.com/ljharb/define-properties/issues"
},
"dependencies": {
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
},
"description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
"eslint": "=8.8.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.5.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/ljharb/define-properties#readme",
"keywords": [
"Object.defineProperty",
"Object.defineProperties",
"object",
"property descriptor",
"descriptor",
"define",
"ES5"
],
"license": "MIT",
"main": "index.js",
"name": "define-properties",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/define-properties.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "aud --production",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "1.1.4"
}