package.json 1.7 KB

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