mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
88
app/node_modules/popper.js/package.json
generated
vendored
Normal file
88
app/node_modules/popper.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"popper.js@1.14.3",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_from": "popper.js@1.14.3",
|
||||
"_id": "popper.js@1.14.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-FDj5jQRqz3tNeM1QK/QYrGTU8JU=",
|
||||
"_location": "/popper.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "popper.js@1.14.3",
|
||||
"name": "popper.js",
|
||||
"escapedName": "popper.js",
|
||||
"rawSpec": "1.14.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.14.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.14.3.tgz",
|
||||
"_spec": "1.14.3",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Federico Zivolo",
|
||||
"email": "federico.zivolo@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/FezVrasta/popper.js/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Contributors",
|
||||
"url": "https://github.com/FezVrasta/popper.js/graphs/contributors"
|
||||
}
|
||||
],
|
||||
"description": "A kickass library to manage your poppers",
|
||||
"devDependencies": {
|
||||
"@popperjs/bundle": "^1.0.2",
|
||||
"@popperjs/eslint-config-popper": "^1.0.0",
|
||||
"@popperjs/test": "^1.0.0",
|
||||
"@popperjs/test-utils": "^1.0.0",
|
||||
"eslint": "^4.1.1",
|
||||
"nuget-publish": "^1.0.3",
|
||||
"typescript": "^2.7.1"
|
||||
},
|
||||
"homepage": "https://popper.js.org",
|
||||
"keywords": [
|
||||
"popperjs",
|
||||
"component",
|
||||
"drop",
|
||||
"tooltip",
|
||||
"popover",
|
||||
"position",
|
||||
"attached"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/umd/popper.js",
|
||||
"module": "dist/esm/popper.js",
|
||||
"name": "popper.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/FezVrasta/popper.js.git"
|
||||
},
|
||||
"resolutions": {
|
||||
"micromatch": "^3.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node bundle.js",
|
||||
"coverage": "COVERAGE=true yarn test",
|
||||
"lint": "eslint .",
|
||||
"postpublish": "nuget-publish && ./bower-publish.sh",
|
||||
"posttest": "tsc --project tests/types/tsconfig.json",
|
||||
"prebuild": "yarn lint",
|
||||
"prepare": "yarn build",
|
||||
"pretest": "yarn lint",
|
||||
"test": "popper-karma",
|
||||
"test:dev": "BROWSERS=Chrome NODE_ENV=development yarn test"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.14.3"
|
||||
}
|
Reference in New Issue
Block a user