package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "lazy-val@1.0.3",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "lazy-val@1.0.3",
  9. "_id": "lazy-val@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-u5eyAO8AgB2UwxfincbtOeMcXtw=",
  12. "_location": "/lazy-val",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lazy-val@1.0.3",
  18. "name": "lazy-val",
  19. "escapedName": "lazy-val",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/electron-updater"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/lazy-val/download/lazy-val-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "author": {
  31. "name": "Vladimir Krivosheev"
  32. },
  33. "babel": {
  34. "presets": [
  35. "babel-preset-ts-node6-bluebird"
  36. ]
  37. },
  38. "bugs": {
  39. "url": "https://github.com/develar/read-config-file/issues"
  40. },
  41. "description": "Lazy value.",
  42. "devDependencies": {
  43. "babel-preset-ts-node6-bluebird": "^1.0.1",
  44. "ts-babel": "^4.1.8",
  45. "typescript": "^2.6.2"
  46. },
  47. "files": [
  48. "out"
  49. ],
  50. "homepage": "https://github.com/develar/read-config-file",
  51. "license": "MIT",
  52. "main": "out/main.js",
  53. "name": "lazy-val",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/develar/read-config-file.git"
  57. },
  58. "scripts": {
  59. "compile": "ts-babel",
  60. "release": "yarn compile && npm publish"
  61. },
  62. "typings": "./out/main.d.ts",
  63. "version": "1.0.3"
  64. }