Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/json5/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "json5",
    3   "version": "2.2.0",
    4   "description": "JSON for humans.",
    5   "main": "lib/index.js",
    6   "module": "dist/index.mjs",
    7   "bin": "lib/cli.js",
     2  "_args": [
     3    [
     4      "json5@2.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "json5@2.2.0",
     10  "_id": "json5@2.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
     13  "_location": "/json5",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "json5@2.2.0",
     19    "name": "json5",
     20    "escapedName": "json5",
     21    "rawSpec": "2.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.0"
     24  },
     25  "_requiredBy": [
     26    "/@babel/core",
     27    "/loader-utils"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
     30  "_spec": "2.2.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Aseem Kishore",
     34    "email": "aseem.kishore@gmail.com"
     35  },
     36  "bin": {
     37    "json5": "lib/cli.js"
     38  },
    839  "browser": "dist/index.js",
    9   "types": "lib/index.d.ts",
    10   "files": [
    11     "lib/",
    12     "dist/"
    13   ],
    14   "engines": {
    15     "node": ">=6"
    16   },
    17   "scripts": {
    18     "build": "rollup -c",
    19     "build-package": "node build/package.js",
    20     "build-unicode": "node build/unicode.js",
    21     "coverage": "tap --coverage-report html test",
    22     "lint": "eslint --fix .",
    23     "prepublishOnly": "npm run production",
    24     "preversion": "npm run production",
    25     "production": "npm run lint && npm test && npm run build",
    26     "test": "tap -Rspec --100 test",
    27     "version": "npm run build-package && git add package.json5"
    28   },
    29   "repository": {
    30     "type": "git",
    31     "url": "git+https://github.com/json5/json5.git"
    32   },
    33   "keywords": [
    34     "json",
    35     "json5",
    36     "es5",
    37     "es2015",
    38     "ecmascript"
    39   ],
    40   "author": "Aseem Kishore <aseem.kishore@gmail.com>",
    41   "contributors": [
    42     "Max Nanasy <max.nanasy@gmail.com>",
    43     "Andrew Eisenberg <andrew@eisenberg.as>",
    44     "Jordan Tucker <jordanbtucker@gmail.com>"
    45   ],
    46   "license": "MIT",
    4740  "bugs": {
    4841    "url": "https://github.com/json5/json5/issues"
    4942  },
    50   "homepage": "http://json5.org/",
     43  "contributors": [
     44    {
     45      "name": "Max Nanasy",
     46      "email": "max.nanasy@gmail.com"
     47    },
     48    {
     49      "name": "Andrew Eisenberg",
     50      "email": "andrew@eisenberg.as"
     51    },
     52    {
     53      "name": "Jordan Tucker",
     54      "email": "jordanbtucker@gmail.com"
     55    }
     56  ],
    5157  "dependencies": {
    5258    "minimist": "^1.2.5"
    5359  },
     60  "description": "JSON for humans.",
    5461  "devDependencies": {
    5562    "core-js": "^2.6.5",
     
    6976    "tap": "^12.6.0",
    7077    "unicode-10.0.0": "^0.7.5"
    71   }
     78  },
     79  "engines": {
     80    "node": ">=6"
     81  },
     82  "files": [
     83    "lib/",
     84    "dist/"
     85  ],
     86  "homepage": "http://json5.org/",
     87  "keywords": [
     88    "json",
     89    "json5",
     90    "es5",
     91    "es2015",
     92    "ecmascript"
     93  ],
     94  "license": "MIT",
     95  "main": "lib/index.js",
     96  "module": "dist/index.mjs",
     97  "name": "json5",
     98  "repository": {
     99    "type": "git",
     100    "url": "git+https://github.com/json5/json5.git"
     101  },
     102  "scripts": {
     103    "build": "rollup -c",
     104    "build-package": "node build/package.js",
     105    "build-unicode": "node build/unicode.js",
     106    "coverage": "tap --coverage-report html test",
     107    "lint": "eslint --fix .",
     108    "prepublishOnly": "npm run production",
     109    "preversion": "npm run production",
     110    "production": "npm run lint && npm test && npm run build",
     111    "test": "tap -Rspec --100 test",
     112    "version": "npm run build-package && git add package.json5"
     113  },
     114  "types": "lib/index.d.ts",
     115  "version": "2.2.0"
    72116}
Note: See TracChangeset for help on using the changeset viewer.