Skip to content

Commit

Permalink
deps: ini@3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Apr 6, 2022
1 parent a2781a3 commit 5172e03
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 300 deletions.
15 changes: 0 additions & 15 deletions node_modules/@npmcli/config/node_modules/ini/LICENSE

This file was deleted.

41 changes: 0 additions & 41 deletions node_modules/@npmcli/config/node_modules/ini/package.json

This file was deleted.

206 changes: 0 additions & 206 deletions node_modules/ini/ini.js

This file was deleted.

File renamed without changes.
33 changes: 19 additions & 14 deletions node_modules/ini/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"author": "GitHub Inc.",
"name": "ini",
"description": "An ini encoder/decoder for node",
"version": "2.0.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
"url": "https://github.com/npm/ini.git"
},
"main": "ini.js",
"main": "lib/ini.js",
"scripts": {
"eslint": "eslint",
"lint": "npm run eslint -- ini.js test/*.js",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"test": "tap",
"snap": "tap",
"posttest": "npm run lint",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"tap": "14"
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"tap": "^16.0.1"
},
"license": "ISC",
"files": [
"ini.js"
"bin/",
"lib/"
],
"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
}
}
Loading

0 comments on commit 5172e03

Please sign in to comment.