{
  "_args": [
    [
      "shvl@2.0.0",
      "/home/wwwroot/phpproject/zhubao/mweb_zhubao"
    ]
  ],
  "_from": "shvl@2.0.0",
  "_id": "shvl@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Vf1VC26Bv3V08vV2uLXB/6504Q8=",
  "_location": "/shvl",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "shvl@2.0.0",
    "name": "shvl",
    "escapedName": "shvl",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/vuex-persistedstate"
  ],
  "_resolved": "https://registry.npm.taobao.org/shvl/download/shvl-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/home/wwwroot/phpproject/zhubao/mweb_zhubao",
  "author": {
    "name": "Robin van der Vleuten",
    "email": "robin@webstronauts.co"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "bugs": {
    "url": "https://github.com/robinvdvleuten/shvl/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/*.js",
      "threshold": "300b"
    }
  ],
  "description": "Get and set dot-notated properties within an object",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "babel-jest": "^24.7.1",
    "bundlesize": "^0.16.0",
    "jest": "^24.7.1",
    "jest-in-case": "^1.0.2",
    "microbundle": "^0.11.0",
    "npm-run-all": "^4.1.2"
  },
  "files": [
    "dist",
    "index.d.ts",
    "index.js"
  ],
  "homepage": "https://github.com/robinvdvleuten/shvl#readme",
  "keywords": [
    "path",
    "dot notation",
    "dot"
  ],
  "license": "MIT",
  "main": "dist/shvl.js",
  "module": "dist/shvl.mjs",
  "name": "shvl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robinvdvleuten/shvl.git"
  },
  "scripts": {
    "build": "microbundle",
    "prepublish": "run-s build",
    "pretest": "run-s build",
    "test": "run-p test:**",
    "test:jest": "jest --env=jsdom",
    "test:size": "bundlesize"
  },
  "source": "index.js",
  "typings": "index.d.ts",
  "unpkg": "dist/shvl.umd.js",
  "version": "2.0.0"
}
