1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/static-extend/package.json

97 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "static-extend@^0.1.1",
2023-12-18 13:12:25 +08:00
"_id": "static-extend@0.1.2",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
2023-12-18 13:12:25 +08:00
"_location": "/static-extend",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"is-descriptor": "0.1.7"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "static-extend@^0.1.1",
2023-12-18 13:12:25 +08:00
"name": "static-extend",
"escapedName": "static-extend",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.1.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.1.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/class-utils"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/static-extend/-/static-extend-0.1.2.tgz",
"_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6",
"_spec": "static-extend@^0.1.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\class-utils",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/static-extend/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"define-property": "^0.2.5",
"object-copy": "^0.1.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/static-extend",
"keywords": [
"class",
"ctor",
"descriptor",
"extend",
"extends",
"inherit",
"inheritance",
"merge",
"method",
"prop",
"properties",
"property",
"prototype"
],
"license": "MIT",
"main": "index.js",
"name": "static-extend",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/static-extend.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.2"
}