package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "shvl@2.0.3",
  5. "F:\\javaprojects\\read_opc\\reado-app"
  6. ]
  7. ],
  8. "_from": "shvl@2.0.3",
  9. "_id": "shvl@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-V7C6S9Hlol6SzOJPnQ7qzOVEWUQImt3BNmmzh40wObhla3XOYMe4gGiYzLrJd5TFa+cI2f9LKIRJTTKZSTbWgw==",
  12. "_location": "/shvl",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shvl@2.0.3",
  18. "name": "shvl",
  19. "escapedName": "shvl",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/vuex-persistedstate"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/shvl/-/shvl-2.0.3.tgz",
  28. "_spec": "2.0.3",
  29. "_where": "F:\\javaprojects\\read_opc\\reado-app",
  30. "author": {
  31. "name": "Robin van der Vleuten",
  32. "email": "robin@webstronauts.co"
  33. },
  34. "babel": {
  35. "presets": [
  36. "@babel/preset-env"
  37. ]
  38. },
  39. "bugs": {
  40. "url": "https://github.com/robinvdvleuten/shvl/issues"
  41. },
  42. "bundlesize": [
  43. {
  44. "path": "./dist/*.js",
  45. "threshold": "300b"
  46. }
  47. ],
  48. "description": "Get and set dot-notated properties within an object",
  49. "devDependencies": {
  50. "@babel/core": "^7.0.0",
  51. "@babel/preset-env": "^7.0.0",
  52. "babel-jest": "^26.2.2",
  53. "bundlesize": "^0.18.0",
  54. "jest": "^26.5.3",
  55. "jest-in-case": "^1.0.2",
  56. "microbundle": "^0.13.0",
  57. "npm-run-all": "^4.1.2"
  58. },
  59. "files": [
  60. "dist",
  61. "index.d.ts",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/robinvdvleuten/shvl#readme",
  65. "keywords": [
  66. "path",
  67. "dot notation",
  68. "dot"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/shvl.js",
  72. "module": "dist/shvl.mjs",
  73. "name": "shvl",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/robinvdvleuten/shvl.git"
  77. },
  78. "scripts": {
  79. "build": "microbundle",
  80. "prepare": "run-s build",
  81. "test": "run-p test:**",
  82. "test:jest": "jest --env=jsdom",
  83. "test:size": "bundlesize"
  84. },
  85. "source": "index.js",
  86. "typings": "index.d.ts",
  87. "unpkg": "dist/shvl.umd.js",
  88. "version": "2.0.3"
  89. }