{
  "_from": "line-column@^1.0.2",
  "_id": "line-column@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=",
  "_location": "/line-column",
  "_phantomChildren": {
    "isarray": "1.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "line-column@^1.0.2",
    "name": "line-column",
    "escapedName": "line-column",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/next/postcss"
  ],
  "_resolved": "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz",
  "_shasum": "d25af2936b6f4849172b312e4792d1d987bc34a2",
  "_spec": "line-column@^1.0.2",
  "_where": "/home/chavel5/puelkis-apps.com/puelkis_bundles/node_modules/next/node_modules/postcss",
  "author": {
    "name": "IRIDE Monad",
    "email": "iride.monad@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/io-monad/line-column/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "isarray": "^1.0.0",
    "isobject": "^2.0.0"
  },
  "deprecated": false,
  "description": "Convert efficiently index to/from line-column in a string",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "find-line-column": "^0.5.2",
    "gulp": "^3.9.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "intelli-espower-loader": "^1.0.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "power-assert": "^1.3.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/io-monad/line-column",
  "keywords": [
    "string",
    "index",
    "line",
    "column",
    "linecol",
    "position"
  ],
  "license": "MIT",
  "main": "lib/line-column.js",
  "name": "line-column",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/io-monad/line-column.git"
  },
  "scripts": {
    "benchmark": "node benchmark/benchmark.js",
    "test": "gulp test",
    "watch": "gulp watch"
  },
  "version": "1.0.2"
}
