package.json 2.1 KB

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