package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "ini@^1.3.5",
  3. "_id": "ini@1.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  6. "_location": "/ini",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ini@^1.3.5",
  12. "name": "ini",
  13. "escapedName": "ini",
  14. "rawSpec": "^1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.5"
  17. },
  18. "_requiredBy": [
  19. "/global-prefix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  22. "_shasum": "a29da425b48806f34767a4efce397269af28432c",
  23. "_spec": "ini@^1.3.5",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\global-prefix",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/ini/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "An ini encoder/decoder for node",
  36. "devDependencies": {
  37. "eslint": "^7.9.0",
  38. "eslint-plugin-import": "^2.22.0",
  39. "eslint-plugin-node": "^11.1.0",
  40. "eslint-plugin-promise": "^4.2.1",
  41. "eslint-plugin-standard": "^4.0.1",
  42. "tap": "14"
  43. },
  44. "files": [
  45. "ini.js"
  46. ],
  47. "homepage": "https://github.com/isaacs/ini#readme",
  48. "license": "ISC",
  49. "main": "ini.js",
  50. "name": "ini",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/isaacs/ini.git"
  54. },
  55. "scripts": {
  56. "eslint": "eslint",
  57. "lint": "npm run eslint -- ini.js test/*.js",
  58. "lintfix": "npm run lint -- --fix",
  59. "posttest": "npm run lint",
  60. "postversion": "npm publish",
  61. "prepublishOnly": "git push origin --follow-tags",
  62. "preversion": "npm test",
  63. "test": "tap"
  64. },
  65. "version": "1.3.8"
  66. }