package.json 1.7 KB

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