1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_from": "shvl@^2.0.3",
- "_id": "shvl@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-V7C6S9Hlol6SzOJPnQ7qzOVEWUQImt3BNmmzh40wObhla3XOYMe4gGiYzLrJd5TFa+cI2f9LKIRJTTKZSTbWgw==",
- "_location": "/shvl",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "shvl@^2.0.3",
- "name": "shvl",
- "escapedName": "shvl",
- "rawSpec": "^2.0.3",
- "saveSpec": null,
- "fetchSpec": "^2.0.3"
- },
- "_requiredBy": [
- "/vuex-persistedstate"
- ],
- "_resolved": "https://registry.npmjs.org/shvl/-/shvl-2.0.3.tgz",
- "_shasum": "eb4bd37644f5684bba1fc52c3010c96fb5e6afd1",
- "_spec": "shvl@^2.0.3",
- "_where": "D:\\project\\erp-ui-m\\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": "older versions vulnerable to prototype pollution",
- "description": "Get and set dot-notated properties within an object",
- "devDependencies": {
- "@babel/core": "^7.0.0",
- "@babel/preset-env": "^7.0.0",
- "babel-jest": "^26.2.2",
- "bundlesize": "^0.18.0",
- "jest": "^26.5.3",
- "jest-in-case": "^1.0.2",
- "microbundle": "^0.13.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",
- "prepare": "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.3"
- }
|