package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "shvl@^2.0.0",
  3. "_id": "shvl@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WbpzSvI5XgVGJ3A4ySGe8hBxj0JgJktfnoLhhJmvITDdK21WPVWwgG8GPlYEh4xqdti3Ff7PJ5G0QrRAjNS0Ig==",
  6. "_location": "/shvl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shvl@^2.0.0",
  12. "name": "shvl",
  13. "escapedName": "shvl",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vuex-persistedstate"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shvl/-/shvl-2.0.0.tgz",
  22. "_shasum": "55fd550b6e81bf7574f2f576b8b5c1ffae74e10f",
  23. "_spec": "shvl@^2.0.0",
  24. "_where": "/Users/zhengmingwei/Desktop/Project/uni-app/uni-shop/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": false,
  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": "^24.7.1",
  50. "bundlesize": "^0.16.0",
  51. "jest": "^24.7.1",
  52. "jest-in-case": "^1.0.2",
  53. "microbundle": "^0.11.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. "prepublish": "run-s build",
  78. "pretest": "run-s build",
  79. "test": "run-p test:**",
  80. "test:jest": "jest --env=jsdom",
  81. "test:size": "bundlesize"
  82. },
  83. "source": "index.js",
  84. "typings": "index.d.ts",
  85. "unpkg": "dist/shvl.umd.js",
  86. "version": "2.0.0"
  87. }