mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-10 03:06:22 +08:00
Update dependencies
This commit is contained in:
88
node_modules/lines-and-columns/package.json
generated
vendored
88
node_modules/lines-and-columns/package.json
generated
vendored
@@ -1,41 +1,37 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"lines-and-columns@1.1.6",
|
||||
"/home/stCarolas/Coding/projects/setup-maven"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_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": "version",
|
||||
"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"
|
||||
"name": "lines-and-columns",
|
||||
"description": "Maps lines and columns to character offsets and back.",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"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",
|
||||
"build": "./script/build",
|
||||
"pretest": "npm run build",
|
||||
"test": "mocha",
|
||||
"prepublish": "npm run lint && npm run build",
|
||||
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/read-pkg/parse-json"
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
|
||||
"_spec": "1.1.6",
|
||||
"_where": "/home/stCarolas/Coding/projects/setup-maven",
|
||||
"author": {
|
||||
"name": "Brian Donovan",
|
||||
"email": "me@brian-donovan.com"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eventualbuddha/lines-and-columns.git"
|
||||
},
|
||||
"keywords": [
|
||||
"lines",
|
||||
"columns",
|
||||
"parser"
|
||||
],
|
||||
"author": "Brian Donovan <me@brian-donovan.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eventualbuddha/lines-and-columns/issues"
|
||||
},
|
||||
"description": "Maps lines and columns to character offsets and back.",
|
||||
"homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.34",
|
||||
"@types/node": "^6.0.52",
|
||||
@@ -45,33 +41,5 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user