fdsfd
This commit is contained in:
parent
628618df89
commit
e031240dff
3749 changed files with 1120848 additions and 1 deletions
69
node_modules/dlv/package.json
generated
vendored
Normal file
69
node_modules/dlv/package.json
generated
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"dlv@1.1.3",
|
||||
"/d"
|
||||
]
|
||||
],
|
||||
"_from": "dlv@1.1.3",
|
||||
"_id": "dlv@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
|
||||
"_location": "/dlv",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dlv@1.1.3",
|
||||
"name": "dlv",
|
||||
"escapedName": "dlv",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "/d",
|
||||
"author": {
|
||||
"name": "Jason Miller",
|
||||
"email": "jason@developit.ca",
|
||||
"url": "http://jasonformat.com"
|
||||
},
|
||||
"browser": "dist/dlv.umd.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/developit/dlv/issues"
|
||||
},
|
||||
"description": "Safely get a dot-notated property within an object.",
|
||||
"devDependencies": {
|
||||
"microbundle": "^0.11.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/developit/dlv#readme",
|
||||
"keywords": [
|
||||
"delve",
|
||||
"dot notation",
|
||||
"dot"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/dlv.js",
|
||||
"module": "dist/dlv.es.js",
|
||||
"name": "dlv",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/developit/dlv.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "microbundle",
|
||||
"dev": "microbundle watch",
|
||||
"prepublish": "npm run build",
|
||||
"release": "npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue