| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "_from": "d@1",
- "_id": "d@1.0.2",
- "_inBundle": false,
- "_integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
- "_location": "/d",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "d@1",
- "name": "d",
- "escapedName": "d",
- "rawSpec": "1",
- "saveSpec": null,
- "fetchSpec": "1"
- },
- "_requiredBy": [
- "/es6-iterator",
- "/es6-symbol",
- "/esniff",
- "/event-emitter"
- ],
- "_resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
- "_shasum": "2aefd554b81981e7dccf72d6842ae725cb17e5de",
- "_spec": "d@1",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\event-emitter",
- "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"
- }
|