package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "electron-storage",
  3. "_id": "electron-storage@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8Ii2idqQQU5PlVUgg4lu7VP9518=",
  6. "_location": "/electron-storage",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "electron-storage",
  12. "name": "electron-storage",
  13. "escapedName": "electron-storage",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/electron-storage/-/electron-storage-1.0.7.tgz",
  23. "_shasum": "f088b689da90414e4f95552083896eed53fde75f",
  24. "_spec": "electron-storage",
  25. "_where": "E:\\CampusInfo-borwers\\resources\\app",
  26. "author": {
  27. "name": "Ran yitzhaki"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ran-y/electron-storage/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "mkdirp": "^0.5.1",
  35. "rimraf": "^2.5.4"
  36. },
  37. "deprecated": false,
  38. "description": "module for managing storage in electron applications",
  39. "devDependencies": {
  40. "babel-preset-es2015": "^6.9.0",
  41. "chai": "^3.5.0",
  42. "electron-mocha": "^2.3.1",
  43. "electron-prebuilt": "^1.4.10",
  44. "eslint": "^2.9.1",
  45. "eslint-config-airbnb-base": "^3.0.1",
  46. "eslint-plugin-import": "^1.10.2",
  47. "gulp": "^3.9.1",
  48. "gulp-babel": "^6.1.2",
  49. "proxyquire": "^1.7.10"
  50. },
  51. "homepage": "https://github.com/ran-y/electron-storage",
  52. "keywords": [
  53. "electron",
  54. "storage",
  55. "json",
  56. "get",
  57. "set",
  58. "isPathExists"
  59. ],
  60. "license": "MIT",
  61. "main": "dist/index.js",
  62. "name": "electron-storage",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/ran-y/electron-storage.git"
  66. },
  67. "scripts": {
  68. "build": "gulp",
  69. "lint": "eslint ./src/**/*.js; exit 0",
  70. "test": "electron-mocha --recursive tests -R spec && electron-mocha --renderer --recursive tests -R spec"
  71. },
  72. "version": "1.0.7"
  73. }