[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "parse-json@5.2.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "parse-json@5.2.0",
|
---|
| 10 | "_id": "parse-json@5.2.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
|
---|
| 13 | "_location": "/parse-json",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "parse-json@5.2.0",
|
---|
| 19 | "name": "parse-json",
|
---|
| 20 | "escapedName": "parse-json",
|
---|
| 21 | "rawSpec": "5.2.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "5.2.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/cosmiconfig"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
---|
| 29 | "_spec": "5.2.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Sindre Sorhus",
|
---|
| 33 | "email": "sindresorhus@gmail.com",
|
---|
| 34 | "url": "https://sindresorhus.com"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/sindresorhus/parse-json/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "@babel/code-frame": "^7.0.0",
|
---|
| 41 | "error-ex": "^1.3.1",
|
---|
| 42 | "json-parse-even-better-errors": "^2.3.0",
|
---|
| 43 | "lines-and-columns": "^1.1.6"
|
---|
| 44 | },
|
---|
| 45 | "description": "Parse JSON with more helpful errors",
|
---|
| 46 | "devDependencies": {
|
---|
| 47 | "ava": "^1.4.1",
|
---|
| 48 | "nyc": "^14.1.1",
|
---|
| 49 | "xo": "^0.24.0"
|
---|
| 50 | },
|
---|
| 51 | "engines": {
|
---|
| 52 | "node": ">=8"
|
---|
| 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "index.js",
|
---|
| 56 | "vendor"
|
---|
| 57 | ],
|
---|
| 58 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
| 59 | "homepage": "https://github.com/sindresorhus/parse-json#readme",
|
---|
| 60 | "keywords": [
|
---|
| 61 | "parse",
|
---|
| 62 | "json",
|
---|
| 63 | "graceful",
|
---|
| 64 | "error",
|
---|
| 65 | "message",
|
---|
| 66 | "humanize",
|
---|
| 67 | "friendly",
|
---|
| 68 | "helpful",
|
---|
| 69 | "string"
|
---|
| 70 | ],
|
---|
| 71 | "license": "MIT",
|
---|
| 72 | "name": "parse-json",
|
---|
| 73 | "repository": {
|
---|
| 74 | "type": "git",
|
---|
| 75 | "url": "git+https://github.com/sindresorhus/parse-json.git"
|
---|
| 76 | },
|
---|
| 77 | "scripts": {
|
---|
| 78 | "test": "xo && nyc ava"
|
---|
| 79 | },
|
---|
| 80 | "version": "5.2.0"
|
---|
[6a3a178] | 81 | }
|
---|