{
  "_args": [
    [
      {
        "raw": "lines-and-columns@^1.1.6",
        "scope": null,
        "escapedName": "lines-and-columns",
        "name": "lines-and-columns",
        "rawSpec": "^1.1.6",
        "spec": ">=1.1.6 <2.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/postcss-load-config/node_modules/parse-json"
    ]
  ],
  "_from": "lines-and-columns@>=1.1.6 <2.0.0",
  "_id": "lines-and-columns@1.1.6",
  "_inCache": true,
  "_location": "/lines-and-columns",
  "_nodeVersion": "6.9.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/lines-and-columns-1.1.6.tgz_1482255134226_0.4856822253204882"
  },
  "_npmUser": {
    "name": "eventualbuddha",
    "email": "me@brian-donovan.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "lines-and-columns@^1.1.6",
    "scope": null,
    "escapedName": "lines-and-columns",
    "name": "lines-and-columns",
    "rawSpec": "^1.1.6",
    "spec": ">=1.1.6 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-load-config/parse-json",
    "/postcss-loader/parse-json"
  ],
  "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  "_shasum": "1c00c743b433cd0a4e80758f7b64a57440d9ff00",
  "_shrinkwrap": null,
  "_spec": "lines-and-columns@^1.1.6",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/postcss-load-config/node_modules/parse-json",
  "author": {
    "name": "Brian Donovan",
    "email": "me@brian-donovan.com"
  },
  "bugs": {
    "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
  },
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "1c00c743b433cd0a4e80758f7b64a57440d9ff00",
    "tarball": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"
  },
  "files": [
    "dist"
  ],
  "gitHead": "bde3deba75c01fa95d18cd4786593df2318cdeb6",
  "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
  "keywords": [
    "lines",
    "columns",
    "parser"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "eventualbuddha",
      "email": "me@brian-donovan.com"
    }
  ],
  "module": "dist/index.mjs",
  "name": "lines-and-columns",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
  },
  "types": "dist/index.d.ts",
  "version": "1.1.6"
}
