| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_from": "globals@^15.13.0",
- "_id": "globals@15.14.0",
- "_inBundle": false,
- "_integrity": "sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==",
- "_location": "/globals",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "globals@^15.13.0",
- "name": "globals",
- "escapedName": "globals",
- "rawSpec": "^15.13.0",
- "saveSpec": null,
- "fetchSpec": "^15.13.0"
- },
- "_requiredBy": [
- "/@iconify/utils"
- ],
- "_resolved": "https://registry.npmmirror.com/globals/-/globals-15.14.0.tgz",
- "_shasum": "b8fd3a8941ff3b4d38f3319d433b61bbb482e73f",
- "_spec": "globals@^15.13.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@iconify\\utils",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/globals/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Global identifiers from different JavaScript environments",
- "devDependencies": {
- "@vitest/eslint-plugin": "^1.1.18",
- "ava": "^6.1.3",
- "cheerio": "^1.0.0-rc.12",
- "eslint-plugin-jest": "^28.8.3",
- "execa": "^9.4.0",
- "get-port": "^7.1.0",
- "npm-run-all2": "^6.2.3",
- "outdent": "^0.8.0",
- "puppeteer": "^23.4.1",
- "shelljs": "^0.8.5",
- "tsd": "^0.31.2",
- "type-fest": "^4.26.1",
- "xo": "^0.59.3"
- },
- "engines": {
- "node": ">=18"
- },
- "files": [
- "index.js",
- "index.d.ts",
- "globals.json"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/globals#readme",
- "keywords": [
- "globals",
- "global",
- "identifiers",
- "variables",
- "vars",
- "jshint",
- "eslint",
- "environments"
- ],
- "license": "MIT",
- "name": "globals",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/globals.git"
- },
- "scripts": {
- "build": "run-s build:data build:types",
- "build:data": "node scripts/generate-data.mjs",
- "build:types": "node scripts/generate-types.mjs",
- "prepare": "npm run build",
- "test": "npm run build && xo && ava && tsd",
- "update": "node scripts/update.mjs",
- "update:browser": "node scripts/update.mjs --environment=browser",
- "update:builtin": "node scripts/update.mjs --environment=builtin",
- "update:jest": "node scripts/update.mjs --environment=jest",
- "update:nodeBuiltin": "node scripts/update.mjs --environment=nodeBuiltin",
- "update:shelljs": "node scripts/update.mjs --environment=shelljs",
- "update:vitest": "node scripts/update.mjs --environment=vitest",
- "update:worker": "node scripts/update.mjs --environment=worker"
- },
- "sideEffects": false,
- "tsd": {
- "compilerOptions": {
- "resolveJsonModule": true
- }
- },
- "version": "15.14.0",
- "xo": {
- "rules": {
- "unicorn/prefer-module": "off"
- },
- "overrides": [
- {
- "files": [
- "data/*.mjs"
- ],
- "rules": {
- "import/no-anonymous-default-export": "off",
- "camelcase": "off",
- "unicorn/filename-case": [
- "error",
- {
- "cases": {
- "camelCase": true,
- "kebabCase": true
- }
- }
- ]
- }
- },
- {
- "files": [
- "scripts/*.mjs"
- ],
- "rules": {
- "n/no-unsupported-features/node-builtins": "off"
- }
- }
- ]
- }
- }
|