aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ini/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 17:49:59 +0530
committerPriyansh <[email protected]>2020-12-22 17:49:59 +0530
commite93da8b04da86773247aadb1cbb1912e4f4526b2 (patch)
treeeb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/ini/package.json
parenta5743c293dcb435e4b159a4df791f8955a4110ec (diff)
downloadstyx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz
styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip
Rewriting Project
Diffstat (limited to 'node_modules/ini/package.json')
-rw-r--r--node_modules/ini/package.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json
new file mode 100644
index 0000000..94f5d69
--- /dev/null
+++ b/node_modules/ini/package.json
@@ -0,0 +1,66 @@
+{
+ "_from": "ini@^1.3.4",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "_location": "/ini",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "ini@^1.3.4",
+ "name": "ini",
+ "escapedName": "ini",
+ "rawSpec": "^1.3.4",
+ "saveSpec": null,
+ "fetchSpec": "^1.3.4"
+ },
+ "_requiredBy": [
+ "/config-chain"
+ ],
+ "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "_shasum": "a29da425b48806f34767a4efce397269af28432c",
+ "_spec": "ini@^1.3.4",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/config-chain",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "[email protected]",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/ini/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "An ini encoder/decoder for node",
+ "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"
+ },
+ "files": [
+ "ini.js"
+ ],
+ "homepage": "https://github.com/isaacs/ini#readme",
+ "license": "ISC",
+ "main": "ini.js",
+ "name": "ini",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/ini.git"
+ },
+ "scripts": {
+ "eslint": "eslint",
+ "lint": "npm run eslint -- ini.js test/*.js",
+ "lintfix": "npm run lint -- --fix",
+ "posttest": "npm run lint",
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "test": "tap"
+ },
+ "version": "1.3.8"
+}