source: trip-planner-front/node_modules/ini/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 884 bytes
Line 
1{
2 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
3 "name": "ini",
4 "description": "An ini encoder/decoder for node",
5 "version": "2.0.0",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/isaacs/ini.git"
9 },
10 "main": "ini.js",
11 "scripts": {
12 "eslint": "eslint",
13 "lint": "npm run eslint -- ini.js test/*.js",
14 "lintfix": "npm run lint -- --fix",
15 "test": "tap",
16 "posttest": "npm run lint",
17 "preversion": "npm test",
18 "postversion": "npm publish",
19 "prepublishOnly": "git push origin --follow-tags"
20 },
21 "devDependencies": {
22 "eslint": "^7.9.0",
23 "eslint-plugin-import": "^2.22.0",
24 "eslint-plugin-node": "^11.1.0",
25 "eslint-plugin-promise": "^4.2.1",
26 "eslint-plugin-standard": "^4.0.1",
27 "tap": "14"
28 },
29 "license": "ISC",
30 "files": [
31 "ini.js"
32 ],
33 "engines": {
34 "node": ">=10"
35 }
36}
Note: See TracBrowser for help on using the repository browser.