diff options
Diffstat (limited to 'deps/npm/node_modules/ini/package.json')
-rw-r--r-- | deps/npm/node_modules/ini/package.json | 53 |
1 files changed, 25 insertions, 28 deletions
diff --git a/deps/npm/node_modules/ini/package.json b/deps/npm/node_modules/ini/package.json index 80ec6c26a9..e2d4423dcf 100644 --- a/deps/npm/node_modules/ini/package.json +++ b/deps/npm/node_modules/ini/package.json @@ -1,33 +1,35 @@ { - "_from": "ini@1.3.8", - "_id": "ini@1.3.8", + "_args": [ + [ + "ini@1.3.5", + "/Users/rebecca/code/npm" + ] + ], + "_from": "ini@1.3.5", + "_id": "ini@1.3.5", "_inBundle": false, - "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", "_location": "/ini", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, - "raw": "ini@1.3.8", + "raw": "ini@1.3.5", "name": "ini", "escapedName": "ini", - "rawSpec": "1.3.8", + "rawSpec": "1.3.5", "saveSpec": null, - "fetchSpec": "1.3.8" + "fetchSpec": "1.3.5" }, "_requiredBy": [ - "#USER", "/", "/config-chain", "/global-dirs", - "/libcipm", - "/libnpmconfig", "/rc" ], - "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "_shasum": "a29da425b48806f34767a4efce397269af28432c", - "_spec": "ini@1.3.8", - "_where": "/Users/darcyclarke/Documents/Repos/npm/npm/cli", + "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", + "_spec": "1.3.5", + "_where": "/Users/rebecca/code/npm", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", @@ -36,16 +38,14 @@ "bugs": { "url": "https://github.com/isaacs/ini/issues" }, - "bundleDependencies": false, - "deprecated": false, + "dependencies": {}, "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" + "standard": "^10.0.3", + "tap": "^10.7.3 || 11" + }, + "engines": { + "node": "*" }, "files": [ "ini.js" @@ -59,14 +59,11 @@ "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", + "postpublish": "git push origin --all; git push origin --tags", "postversion": "npm publish", - "prepublishOnly": "git push origin --follow-tags", + "pretest": "standard ini.js", "preversion": "npm test", - "test": "tap" + "test": "tap test/*.js --100 -J" }, - "version": "1.3.8" + "version": "1.3.5" } |