package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ini@1.3.5",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ini@~1.3.0",
  10. "_id": "ini@1.3.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
  13. "_location": "/ini",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ini@1.3.5",
  19. "name": "ini",
  20. "escapedName": "ini",
  21. "rawSpec": "1.3.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.5"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/rc"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
  30. "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
  31. "_spec": "1.3.5",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/ini/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {},
  43. "deprecated": false,
  44. "description": "An ini encoder/decoder for node",
  45. "devDependencies": {
  46. "standard": "^10.0.3",
  47. "tap": "^10.7.3 || 11"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "files": [
  53. "ini.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/ini#readme",
  56. "license": "ISC",
  57. "main": "ini.js",
  58. "name": "ini",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/ini.git"
  62. },
  63. "scripts": {
  64. "postpublish": "git push origin --all; git push origin --tags",
  65. "postversion": "npm publish",
  66. "pretest": "standard ini.js",
  67. "preversion": "npm test",
  68. "test": "tap test/*.js --100 -J"
  69. },
  70. "version": "1.3.5"
  71. }