2020-11-12 14:57:34 +08:00

88 lines
2.1 KiB
JSON

{
"_from": "shvl@^2.0.0",
"_id": "shvl@2.0.0",
"_inBundle": false,
"_integrity": "sha512-WbpzSvI5XgVGJ3A4ySGe8hBxj0JgJktfnoLhhJmvITDdK21WPVWwgG8GPlYEh4xqdti3Ff7PJ5G0QrRAjNS0Ig==",
"_location": "/shvl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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.npmjs.org/shvl/-/shvl-2.0.0.tgz",
"_shasum": "55fd550b6e81bf7574f2f576b8b5c1ffae74e10f",
"_spec": "shvl@^2.0.0",
"_where": "F:\\productsCheckedProject\\yxcl_wechat\\yxcl_wechat\\node_modules\\vuex-persistedstate",
"author": {
"name": "Robin van der Vleuten",
"email": "robin@webstronauts.co"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"bugs": {
"url": "https://github.com/robinvdvleuten/shvl/issues"
},
"bundleDependencies": false,
"bundlesize": [
{
"path": "./dist/*.js",
"threshold": "300b"
}
],
"deprecated": false,
"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"
}