package.json 2.4 KB

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