1 | {
|
---|
2 | "_from": "lines-and-columns@^1.1.6",
|
---|
3 | "_id": "lines-and-columns@1.2.4",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
---|
6 | "_location": "/lines-and-columns",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "lines-and-columns@^1.1.6",
|
---|
12 | "name": "lines-and-columns",
|
---|
13 | "escapedName": "lines-and-columns",
|
---|
14 | "rawSpec": "^1.1.6",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.1.6"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/parse-json"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
---|
22 | "_shasum": "eca284f75d2965079309dc0ad9255abb2ebc1632",
|
---|
23 | "_spec": "lines-and-columns@^1.1.6",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\parse-json",
|
---|
25 | "author": {
|
---|
26 | "name": "Brian Donovan",
|
---|
27 | "email": "brian@donovans.cc"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
|
---|
31 | },
|
---|
32 | "bundleDependencies": false,
|
---|
33 | "deprecated": false,
|
---|
34 | "description": "Maps lines and columns to character offsets and back.",
|
---|
35 | "devDependencies": {
|
---|
36 | "@types/jest": "^27.0.3",
|
---|
37 | "@types/node": "^16.11.9",
|
---|
38 | "@typescript-eslint/eslint-plugin": "^5.4.0",
|
---|
39 | "@typescript-eslint/parser": "^5.4.0",
|
---|
40 | "esbuild": "^0.13.15",
|
---|
41 | "esbuild-runner": "^2.2.1",
|
---|
42 | "eslint": "^8.2.0",
|
---|
43 | "eslint-config-prettier": "^8.3.0",
|
---|
44 | "eslint-plugin-prettier": "^4.0.0",
|
---|
45 | "is-ci-cli": "^2.2.0",
|
---|
46 | "jest": "^27.3.1",
|
---|
47 | "prettier": "^2.4.1",
|
---|
48 | "semantic-release": "^18.0.0",
|
---|
49 | "typescript": "^4.5.2"
|
---|
50 | },
|
---|
51 | "files": [
|
---|
52 | "build"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
|
---|
55 | "keywords": [
|
---|
56 | "lines",
|
---|
57 | "columns",
|
---|
58 | "parser"
|
---|
59 | ],
|
---|
60 | "license": "MIT",
|
---|
61 | "main": "./build/index.js",
|
---|
62 | "name": "lines-and-columns",
|
---|
63 | "repository": {
|
---|
64 | "type": "git",
|
---|
65 | "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
|
---|
66 | },
|
---|
67 | "scripts": {
|
---|
68 | "build:watch": "tsc --build tsconfig.build.json --watch",
|
---|
69 | "lint": "eslint .",
|
---|
70 | "lint:fix": "eslint . --fix",
|
---|
71 | "test": "is-ci test:coverage test:watch",
|
---|
72 | "test:coverage": "jest --coverage",
|
---|
73 | "test:watch": "jest --watch"
|
---|
74 | },
|
---|
75 | "types": "./build/index.d.ts",
|
---|
76 | "version": "1.2.4"
|
---|
77 | }
|
---|