package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "lines-and-columns@^1.1.6",
  3. "_id": "lines-and-columns@1.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
  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. "/parse-json"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  22. "_shasum": "1c00c743b433cd0a4e80758f7b64a57440d9ff00",
  23. "_spec": "lines-and-columns@^1.1.6",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\parse-json",
  25. "author": {
  26. "name": "Brian Donovan",
  27. "email": "me@brian-donovan.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Maps lines and columns to character offsets and back.",
  35. "devDependencies": {
  36. "@types/mocha": "^2.2.34",
  37. "@types/node": "^6.0.52",
  38. "mocha": "^3.2.0",
  39. "semantic-release": "^6.3.2",
  40. "ts-node": "^1.7.2",
  41. "tslint": "^4.1.1",
  42. "typescript": "^2.1.4"
  43. },
  44. "files": [
  45. "dist"
  46. ],
  47. "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
  48. "keywords": [
  49. "lines",
  50. "columns",
  51. "parser"
  52. ],
  53. "license": "MIT",
  54. "main": "dist/index.js",
  55. "module": "dist/index.mjs",
  56. "name": "lines-and-columns",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
  60. },
  61. "scripts": {
  62. "build": "./script/build",
  63. "lint": "tslint --config tslint.json --project tsconfig.json --type-check",
  64. "lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix",
  65. "prebuild": "rm -rf dist",
  66. "prepublish": "npm run lint && npm run build",
  67. "pretest": "npm run build",
  68. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  69. "test": "mocha"
  70. },
  71. "types": "dist/index.d.ts",
  72. "version": "1.1.6"
  73. }