[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "lines-and-columns@^1.1.6",
|
---|
| 3 | "_id": "lines-and-columns@1.2.4",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
|
---|
[59329aa] | 6 | "_location": "/lines-and-columns",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "lines-and-columns@^1.1.6",
|
---|
[59329aa] | 12 | "name": "lines-and-columns",
|
---|
| 13 | "escapedName": "lines-and-columns",
|
---|
[e29cc2e] | 14 | "rawSpec": "^1.1.6",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^1.1.6"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
| 19 | "/parse-json"
|
---|
[6a3a178] | 20 | ],
|
---|
[e29cc2e] | 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",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "Brian Donovan",
|
---|
[e29cc2e] | 27 | "email": "brian@donovans.cc"
|
---|
[59329aa] | 28 | },
|
---|
[6a3a178] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
|
---|
| 31 | },
|
---|
[e29cc2e] | 32 | "bundleDependencies": false,
|
---|
| 33 | "deprecated": false,
|
---|
[59329aa] | 34 | "description": "Maps lines and columns to character offsets and back.",
|
---|
[6a3a178] | 35 | "devDependencies": {
|
---|
[e29cc2e] | 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"
|
---|
[6a3a178] | 50 | },
|
---|
[59329aa] | 51 | "files": [
|
---|
[e29cc2e] | 52 | "build"
|
---|
[59329aa] | 53 | ],
|
---|
| 54 | "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
|
---|
| 55 | "keywords": [
|
---|
| 56 | "lines",
|
---|
| 57 | "columns",
|
---|
| 58 | "parser"
|
---|
| 59 | ],
|
---|
| 60 | "license": "MIT",
|
---|
[e29cc2e] | 61 | "main": "./build/index.js",
|
---|
[59329aa] | 62 | "name": "lines-and-columns",
|
---|
| 63 | "repository": {
|
---|
| 64 | "type": "git",
|
---|
| 65 | "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
|
---|
| 66 | },
|
---|
| 67 | "scripts": {
|
---|
[e29cc2e] | 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"
|
---|
[59329aa] | 74 | },
|
---|
[e29cc2e] | 75 | "types": "./build/index.d.ts",
|
---|
| 76 | "version": "1.2.4"
|
---|
[59329aa] | 77 | }
|
---|