132 lines
3.3 KiB
JSON
132 lines
3.3 KiB
JSON
|
{
|
||
|
"_from": "d@^1.0.2",
|
||
|
"_id": "d@1.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
|
||
|
"_location": "/d",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "d@^1.0.2",
|
||
|
"name": "d",
|
||
|
"escapedName": "d",
|
||
|
"rawSpec": "^1.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/es6-iterator",
|
||
|
"/es6-symbol",
|
||
|
"/esniff",
|
||
|
"/event-emitter"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
|
||
|
"_shasum": "2aefd554b81981e7dccf72d6842ae725cb17e5de",
|
||
|
"_spec": "d@^1.0.2",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master\\node_modules\\es6-symbol",
|
||
|
"author": {
|
||
|
"name": "Mariusz Nowak",
|
||
|
"email": "medyk@medikoo.com",
|
||
|
"url": "http://www.medikoo.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/medikoo/d/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"es5-ext": "^0.10.64",
|
||
|
"type": "^2.7.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Property descriptor factory",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-config-medikoo": "^4.2.0",
|
||
|
"git-list-updated": "^1.2.1",
|
||
|
"github-release-from-cc-changelog": "^2.3.0",
|
||
|
"husky": "^4.3.8",
|
||
|
"lint-staged": "~13.2.3",
|
||
|
"nyc": "^15.1.0",
|
||
|
"prettier-elastic": "^2.8.8",
|
||
|
"tad": "^3.1.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.12"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"extends": "medikoo/es5",
|
||
|
"root": true
|
||
|
},
|
||
|
"homepage": "https://github.com/medikoo/d#readme",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"keywords": [
|
||
|
"descriptor",
|
||
|
"es",
|
||
|
"ecmascript",
|
||
|
"ecma",
|
||
|
"property",
|
||
|
"descriptors",
|
||
|
"meta",
|
||
|
"properties"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"lint-staged": {
|
||
|
"*.js": [
|
||
|
"eslint"
|
||
|
],
|
||
|
"*.{css,html,js,json,md,yaml,yml}": [
|
||
|
"prettier -c"
|
||
|
]
|
||
|
},
|
||
|
"name": "d",
|
||
|
"nyc": {
|
||
|
"all": true,
|
||
|
"exclude": [
|
||
|
".github",
|
||
|
"coverage/**",
|
||
|
"test/**",
|
||
|
"*.config.js"
|
||
|
],
|
||
|
"reporter": [
|
||
|
"lcov",
|
||
|
"html",
|
||
|
"text-summary"
|
||
|
]
|
||
|
},
|
||
|
"prettier": {
|
||
|
"printWidth": 100,
|
||
|
"tabWidth": 4,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": [
|
||
|
"*.md",
|
||
|
"*.yml"
|
||
|
],
|
||
|
"options": {
|
||
|
"tabWidth": 2
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/medikoo/d.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coverage": "nyc npm test",
|
||
|
"lint": "eslint --ignore-path=.gitignore .",
|
||
|
"lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
|
||
|
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
||
|
"prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
|
||
|
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
|
||
|
"prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
|
||
|
"test": "tad"
|
||
|
},
|
||
|
"version": "1.0.2"
|
||
|
}
|