package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "/@commitlint/load/parse-json",
  20. "/jest-config/parse-json",
  21. "/read-pkg/parse-json",
  22. "/stylelint/parse-json"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  25. "_shasum": "eca284f75d2965079309dc0ad9255abb2ebc1632",
  26. "_spec": "lines-and-columns@^1.1.6",
  27. "_where": "H:\\gs_nuxt\\node_modules\\read-pkg\\node_modules\\parse-json",
  28. "author": {
  29. "name": "Brian Donovan",
  30. "email": "brian@donovans.cc"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Maps lines and columns to character offsets and back.",
  38. "devDependencies": {
  39. "@types/jest": "^27.0.3",
  40. "@types/node": "^16.11.9",
  41. "@typescript-eslint/eslint-plugin": "^5.4.0",
  42. "@typescript-eslint/parser": "^5.4.0",
  43. "esbuild": "^0.13.15",
  44. "esbuild-runner": "^2.2.1",
  45. "eslint": "^8.2.0",
  46. "eslint-config-prettier": "^8.3.0",
  47. "eslint-plugin-prettier": "^4.0.0",
  48. "is-ci-cli": "^2.2.0",
  49. "jest": "^27.3.1",
  50. "prettier": "^2.4.1",
  51. "semantic-release": "^18.0.0",
  52. "typescript": "^4.5.2"
  53. },
  54. "files": [
  55. "build"
  56. ],
  57. "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
  58. "keywords": [
  59. "lines",
  60. "columns",
  61. "parser"
  62. ],
  63. "license": "MIT",
  64. "main": "./build/index.js",
  65. "name": "lines-and-columns",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
  69. },
  70. "scripts": {
  71. "build:watch": "tsc --build tsconfig.build.json --watch",
  72. "lint": "eslint .",
  73. "lint:fix": "eslint . --fix",
  74. "test": "is-ci test:coverage test:watch",
  75. "test:coverage": "jest --coverage",
  76. "test:watch": "jest --watch"
  77. },
  78. "types": "./build/index.d.ts",
  79. "version": "1.2.4"
  80. }