|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "globals@13.10.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "globals@13.10.0",
- "_id": "globals@13.10.0",
- "_inBundle": false,
- "_integrity": "sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==",
- "_location": "/globals",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "globals@13.10.0",
- "name": "globals",
- "escapedName": "globals",
- "rawSpec": "13.10.0",
- "saveSpec": null,
- "fetchSpec": "13.10.0"
- },
- "_requiredBy": [
- "/@eslint/eslintrc",
- "/eslint"
- ],
- "_resolved": "https://registry.npmjs.org/globals/-/globals-13.10.0.tgz",
- "_spec": "13.10.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/globals/issues"
- },
- "dependencies": {
- "type-fest": "^0.20.2"
- },
- "description": "Global identifiers from different JavaScript environments",
- "devDependencies": {
- "ava": "^2.4.0",
- "tsd": "^0.14.0",
- "xo": "^0.36.1"
- },
- "engines": {
- "node": ">=8"
- },
- "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": {
- "test": "xo && ava"
- },
- "tsd": {
- "compilerOptions": {
- "resolveJsonModule": true
- }
- },
- "version": "13.10.0",
- "xo": {
- "ignores": [
- "get-browser-globals.js"
- ],
- "rules": {
- "node/no-unsupported-features/es-syntax": "off"
- }
- }
- }
|