update, text, response
This commit is contained in:
73
node_modules/ini/package.json
generated
vendored
73
node_modules/ini/package.json
generated
vendored
@@ -1,38 +1,23 @@
|
||||
{
|
||||
"_from": "ini@^1.3.4",
|
||||
"_id": "ini@1.3.8",
|
||||
"_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": [
|
||||
"/global-prefix"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
||||
"_shasum": "a29da425b48806f34767a4efce397269af28432c",
|
||||
"_spec": "ini@^1.3.4",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/global-prefix",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/ini/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"name": "ini",
|
||||
"description": "An ini encoder/decoder for node",
|
||||
"version": "1.3.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/isaacs/ini.git"
|
||||
},
|
||||
"main": "ini.js",
|
||||
"scripts": {
|
||||
"eslint": "eslint",
|
||||
"lint": "npm run eslint -- ini.js test/*.js",
|
||||
"lintfix": "npm run lint -- --fix",
|
||||
"test": "tap",
|
||||
"posttest": "npm run lint",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"prepublishOnly": "git push origin --follow-tags"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
@@ -41,26 +26,8 @@
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"tap": "14"
|
||||
},
|
||||
"license": "ISC",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user