flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
57
VISUALIZACION/node_modules/accessor-fn/package.json
generated
vendored
Executable file
57
VISUALIZACION/node_modules/accessor-fn/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"name": "accessor-fn",
|
||||
"version": "1.5.0",
|
||||
"description": "A wrapper function for object accessor properties",
|
||||
"type": "module",
|
||||
"unpkg": "dist/accessor-fn.min.js",
|
||||
"main": "dist/accessor-fn.mjs",
|
||||
"module": "dist/accessor-fn.mjs",
|
||||
"types": "dist/accessor-fn.d.ts",
|
||||
"exports": {
|
||||
"umd": "./dist/accessor-fn.min.js",
|
||||
"default": "./dist/accessor-fn.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vasturiano/accessor-fn.git"
|
||||
},
|
||||
"keywords": [
|
||||
"accessor",
|
||||
"web",
|
||||
"component",
|
||||
"wrapper"
|
||||
],
|
||||
"author": {
|
||||
"name": "Vasco Asturiano",
|
||||
"url": "https://github.com/vasturiano"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vasturiano/accessor-fn/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vasturiano/accessor-fn",
|
||||
"scripts": {
|
||||
"build": "rimraf dist && rollup -c",
|
||||
"dev": "rollup -w -c",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.5",
|
||||
"@babel/preset-env": "^7.22.5",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-commonjs": "^25.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.1.0",
|
||||
"@rollup/plugin-terser": "^0.4.3",
|
||||
"rimraf": "^5.0.1",
|
||||
"rollup": "^3.25.1",
|
||||
"rollup-plugin-dts": "^5.3.0",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue