source: trip-planner-front/node_modules/lines-and-columns/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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"
24 },
25 "_requiredBy": [
26 "/parse-json"
27 ],
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"
34 },
35 "bugs": {
36 "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
37 },
38 "description": "Maps lines and columns to character offsets and back.",
39 "devDependencies": {
40 "@types/mocha": "^2.2.34",
41 "@types/node": "^6.0.52",
42 "mocha": "^3.2.0",
43 "semantic-release": "^6.3.2",
44 "ts-node": "^1.7.2",
45 "tslint": "^4.1.1",
46 "typescript": "^2.1.4"
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",
76 "version": "1.1.6"
77}
Note: See TracBrowser for help on using the repository browser.