保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/lines-and-columns/package.json
@@ -1,52 +1,56 @@
{
  "_args": [
    [
      "lines-and-columns@1.1.6",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_development": true,
  "_from": "lines-and-columns@1.1.6",
  "_id": "lines-and-columns@1.1.6",
  "_from": "lines-and-columns@^1.1.6",
  "_id": "lines-and-columns@1.2.4",
  "_inBundle": false,
  "_integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
  "_integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  "_location": "/lines-and-columns",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "lines-and-columns@1.1.6",
    "raw": "lines-and-columns@^1.1.6",
    "name": "lines-and-columns",
    "escapedName": "lines-and-columns",
    "rawSpec": "1.1.6",
    "rawSpec": "^1.1.6",
    "saveSpec": null,
    "fetchSpec": "1.1.6"
    "fetchSpec": "^1.1.6"
  },
  "_requiredBy": [
    "/fork-ts-checker-webpack-plugin/parse-json"
    "/fork-ts-checker-webpack-plugin/parse-json",
    "/jest-config/parse-json"
  ],
  "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  "_spec": "1.1.6",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  "_shasum": "eca284f75d2965079309dc0ad9255abb2ebc1632",
  "_spec": "lines-and-columns@^1.1.6",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\fork-ts-checker-webpack-plugin\\node_modules\\parse-json",
  "author": {
    "name": "Brian Donovan",
    "email": "me@brian-donovan.com"
    "email": "brian@donovans.cc"
  },
  "bugs": {
    "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Maps lines and columns to character offsets and back.",
  "devDependencies": {
    "@types/mocha": "^2.2.34",
    "@types/node": "^6.0.52",
    "mocha": "^3.2.0",
    "semantic-release": "^6.3.2",
    "ts-node": "^1.7.2",
    "tslint": "^4.1.1",
    "typescript": "^2.1.4"
    "@types/jest": "^27.0.3",
    "@types/node": "^16.11.9",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "esbuild": "^0.13.15",
    "esbuild-runner": "^2.2.1",
    "eslint": "^8.2.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "is-ci-cli": "^2.2.0",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "semantic-release": "^18.0.0",
    "typescript": "^4.5.2"
  },
  "files": [
    "dist"
    "build"
  ],
  "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
  "keywords": [
@@ -55,23 +59,20 @@
    "parser"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "main": "./build/index.js",
  "name": "lines-and-columns",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
  },
  "scripts": {
    "build": "./script/build",
    "lint": "tslint --config tslint.json --project tsconfig.json --type-check",
    "lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix",
    "prebuild": "rm -rf dist",
    "prepublish": "npm run lint && npm run build",
    "pretest": "npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "mocha"
    "build:watch": "tsc --build tsconfig.build.json --watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "is-ci test:coverage test:watch",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "types": "dist/index.d.ts",
  "version": "1.1.6"
  "types": "./build/index.d.ts",
  "version": "1.2.4"
}