package.json 2.3 KB

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