source: trip-planner-front/node_modules/globals/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "globals@11.12.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "globals@11.12.0",
10 "_id": "globals@11.12.0",
11 "_inBundle": false,
12 "_integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
13 "_location": "/globals",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "globals@11.12.0",
19 "name": "globals",
20 "escapedName": "globals",
21 "rawSpec": "11.12.0",
22 "saveSpec": null,
23 "fetchSpec": "11.12.0"
24 },
25 "_requiredBy": [
26 "/@babel/plugin-transform-classes",
27 "/@babel/traverse"
28 ],
29 "_resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
30 "_spec": "11.12.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/globals/issues"
39 },
40 "description": "Global identifiers from different JavaScript environments",
41 "devDependencies": {
42 "ava": "0.21.0",
43 "xo": "0.18.0"
44 },
45 "engines": {
46 "node": ">=4"
47 },
48 "files": [
49 "index.js",
50 "globals.json"
51 ],
52 "homepage": "https://github.com/sindresorhus/globals#readme",
53 "keywords": [
54 "globals",
55 "global",
56 "identifiers",
57 "variables",
58 "vars",
59 "jshint",
60 "eslint",
61 "environments"
62 ],
63 "license": "MIT",
64 "name": "globals",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/sindresorhus/globals.git"
68 },
69 "scripts": {
70 "test": "xo && ava"
71 },
72 "version": "11.12.0",
73 "xo": {
74 "ignores": [
75 "get-browser-globals.js"
76 ]
77 }
78}
Note: See TracBrowser for help on using the repository browser.