Changeset 59329aa for trip-planner-front/node_modules/lines-and-columns
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/lines-and-columns/package.json
rceaed42 r59329aa 1 1 { 2 "name": "lines-and-columns", 3 "description": "Maps lines and columns to character offsets and back.", 4 "main": "dist/index.js", 5 "module": "dist/index.mjs", 6 "types": "dist/index.d.ts", 7 "scripts": { 8 "lint": "tslint --config tslint.json --project tsconfig.json --type-check", 9 "lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix", 10 "prebuild": "rm -rf dist", 11 "build": "./script/build", 12 "pretest": "npm run build", 13 "test": "mocha", 14 "prepublish": "npm run lint && npm run build", 15 "semantic-release": "semantic-release pre && npm publish && semantic-release post" 2 "_args": [ 3 [ 4 "lines-and-columns@1.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "lines-and-columns@1.1.6", 10 "_id": "lines-and-columns@1.1.6", 11 "_inBundle": false, 12 "_integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", 13 "_location": "/lines-and-columns", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "lines-and-columns@1.1.6", 19 "name": "lines-and-columns", 20 "escapedName": "lines-and-columns", 21 "rawSpec": "1.1.6", 22 "saveSpec": null, 23 "fetchSpec": "1.1.6" 16 24 }, 17 " files": [18 " dist"25 "_requiredBy": [ 26 "/parse-json" 19 27 ], 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/eventualbuddha/lines-and-columns.git" 28 "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", 29 "_spec": "1.1.6", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Brian Donovan", 33 "email": "me@brian-donovan.com" 23 34 }, 24 "keywords": [25 "lines",26 "columns",27 "parser"28 ],29 "author": "Brian Donovan <me@brian-donovan.com>",30 "license": "MIT",31 35 "bugs": { 32 36 "url": "https://github.com/eventualbuddha/lines-and-columns/issues" 33 37 }, 34 " homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",38 "description": "Maps lines and columns to character offsets and back.", 35 39 "devDependencies": { 36 40 "@types/mocha": "^2.2.34", … … 42 46 "typescript": "^2.1.4" 43 47 }, 48 "files": [ 49 "dist" 50 ], 51 "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme", 52 "keywords": [ 53 "lines", 54 "columns", 55 "parser" 56 ], 57 "license": "MIT", 58 "main": "dist/index.js", 59 "module": "dist/index.mjs", 60 "name": "lines-and-columns", 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/eventualbuddha/lines-and-columns.git" 64 }, 65 "scripts": { 66 "build": "./script/build", 67 "lint": "tslint --config tslint.json --project tsconfig.json --type-check", 68 "lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix", 69 "prebuild": "rm -rf dist", 70 "prepublish": "npm run lint && npm run build", 71 "pretest": "npm run build", 72 "semantic-release": "semantic-release pre && npm publish && semantic-release post", 73 "test": "mocha" 74 }, 75 "types": "dist/index.d.ts", 44 76 "version": "1.1.6" 45 77 }
Note:
See TracChangeset
for help on using the changeset viewer.