{
|
|
"_from": "globals@^12.0.0",
|
|
"_id": "globals@12.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-c9xoi32iDwlETiyYfO0pd3M8GcEuytJinSoqq7k3fz4H8p2p31NyfKr7JVd7Y0QvmtWcWXcwqW4L33eeDYgh1A==",
|
|
"_location": "/globals",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "globals@^12.0.0",
|
|
"name": "globals",
|
|
"escapedName": "globals",
|
|
"rawSpec": "^12.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^12.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@riotjs/compiler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globals/-/globals-12.0.0.tgz",
|
|
"_shasum": "99c258ace9f3f75a5efe7c01387e2e41890c3dba",
|
|
"_spec": "globals@^12.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/globals/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Global identifiers from different JavaScript environments",
|
|
"devDependencies": {
|
|
"ava": "^2.2.0",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"globals.json"
|
|
],
|
|
"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": "12.0.0",
|
|
"xo": {
|
|
"ignores": [
|
|
"get-browser-globals.js"
|
|
]
|
|
}
|
|
}
|