You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "ini@^1.3.4",
  3. "_id": "ini@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
  6. "_location": "/ini",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ini@^1.3.4",
  12. "name": "ini",
  13. "escapedName": "ini",
  14. "rawSpec": "^1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/global-prefix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
  22. "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
  23. "_spec": "ini@^1.3.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. "dependencies": {},
  35. "deprecated": false,
  36. "description": "An ini encoder/decoder for node",
  37. "devDependencies": {
  38. "standard": "^10.0.3",
  39. "tap": "^10.7.3 || 11"
  40. },
  41. "engines": {
  42. "node": "*"
  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. "postpublish": "git push origin --all; git push origin --tags",
  57. "postversion": "npm publish",
  58. "pretest": "standard ini.js",
  59. "preversion": "npm test",
  60. "test": "tap test/*.js --100 -J"
  61. },
  62. "version": "1.3.5"
  63. }