You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.0 KiB
86 lines
2.0 KiB
{ |
|
"_from": "shvl@^2.0.2", |
|
"_id": "shvl@2.0.3", |
|
"_inBundle": false, |
|
"_integrity": "sha512-V7C6S9Hlol6SzOJPnQ7qzOVEWUQImt3BNmmzh40wObhla3XOYMe4gGiYzLrJd5TFa+cI2f9LKIRJTTKZSTbWgw==", |
|
"_location": "/shvl", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "shvl@^2.0.2", |
|
"name": "shvl", |
|
"escapedName": "shvl", |
|
"rawSpec": "^2.0.2", |
|
"saveSpec": null, |
|
"fetchSpec": "^2.0.2" |
|
}, |
|
"_requiredBy": [ |
|
"/vuex-persistedstate" |
|
], |
|
"_resolved": "https://registry.npmjs.org/shvl/-/shvl-2.0.3.tgz", |
|
"_shasum": "eb4bd37644f5684bba1fc52c3010c96fb5e6afd1", |
|
"_spec": "shvl@^2.0.2", |
|
"_where": "D:\\uniProject\\erp\\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": "^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" |
|
}
|
|
|