package.json 2.2 KB

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