Files
login/node_modules/lines-and-columns/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

74 lines
2.1 KiB
JSON

{
"_from": "lines-and-columns@^1.1.6",
"_id": "lines-and-columns@1.1.6",
"_inBundle": false,
"_integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
"_location": "/lines-and-columns",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lines-and-columns@^1.1.6",
"name": "lines-and-columns",
"escapedName": "lines-and-columns",
"rawSpec": "^1.1.6",
"saveSpec": null,
"fetchSpec": "^1.1.6"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
"_shasum": "1c00c743b433cd0a4e80758f7b64a57440d9ff00",
"_spec": "lines-and-columns@^1.1.6",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\parse-json",
"author": {
"name": "Brian Donovan",
"email": "me@brian-donovan.com"
},
"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"
},
"files": [
"dist"
],
"homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
"keywords": [
"lines",
"columns",
"parser"
],
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"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"
},
"types": "dist/index.d.ts",
"version": "1.1.6"
}