You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.9 KiB

4 years ago
{
"_from": "globals@^13.0.0",
"_id": "globals@13.1.0",
"_inBundle": false,
"_integrity": "sha512-4N8AdK8YMcr4nLOUsCP62jhMVAaJVdrEevrmuqHQ/TTXCXVL8ywhd/whKrufcp1zGtKBqw4DHcvsokQ60khOJA==",
"_location": "/globals",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "globals@^13.0.0",
"name": "globals",
"escapedName": "globals",
"rawSpec": "^13.0.0",
"saveSpec": null,
"fetchSpec": "^13.0.0"
},
"_requiredBy": [
"/@riotjs/compiler"
],
"_resolved": "https://registry.npmjs.org/globals/-/globals-13.1.0.tgz",
"_shasum": "ad4f301f0e55e4f72767faa01a69de8fdaf50ea1",
"_spec": "globals@^13.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/@riotjs/compiler",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/globals/issues"
},
"bundleDependencies": false,
"dependencies": {
"type-fest": "^0.8.1"
},
"deprecated": false,
"description": "Global identifiers from different JavaScript environments",
"devDependencies": {
"ava": "^2.2.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"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.1.0",
"xo": {
"ignores": [
"get-browser-globals.js"
]
}
}