12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "globals@^11.7.0",
- "_id": "globals@11.9.0",
- "_inBundle": false,
- "_integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==",
- "_location": "/globals",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "globals@^11.7.0",
- "name": "globals",
- "escapedName": "globals",
- "rawSpec": "^11.7.0",
- "saveSpec": null,
- "fetchSpec": "^11.7.0"
- },
- "_requiredBy": [
- "/eslint"
- ],
- "_resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz",
- "_shasum": "bde236808e987f290768a93d065060d78e6ab249",
- "_spec": "globals@^11.7.0",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/globals/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Global identifiers from different JavaScript environments",
- "devDependencies": {
- "ava": "0.21.0",
- "xo": "0.18.0"
- },
- "engines": {
- "node": ">=4"
- },
- "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"
- },
- "version": "11.9.0",
- "xo": {
- "ignores": [
- "get-browser-globals.js"
- ]
- }
- }
|