package.json 1.8 KB

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