GULP DIST
This commit is contained in:
92
dist/assets/vendor/list.js/package.json
vendored
92
dist/assets/vendor/list.js/package.json
vendored
@@ -1,30 +1,41 @@
|
||||
{
|
||||
"name": "list.js",
|
||||
"version": "2.3.1",
|
||||
"description": "The perfect library for lists. Supports search, sort, filters and flexibility. Built to be invisible and work on existing HTML",
|
||||
"keywords": [
|
||||
"list",
|
||||
"search",
|
||||
"sort",
|
||||
"table",
|
||||
"dom",
|
||||
"html",
|
||||
"ui"
|
||||
"_from": "list.js@^2.3.1",
|
||||
"_id": "list.js@2.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jnmm7DYpKtH3DxtO1E2VNCC9Gp7Wrp/FWA2JxQrZUhVJ2RCQBd57pCN6W5w6jpsfWZV0PCAbTX2NOPgyFeeZZg==",
|
||||
"_location": "/list.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "list.js@^2.3.1",
|
||||
"name": "list.js",
|
||||
"escapedName": "list.js",
|
||||
"rawSpec": "^2.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/list.js/-/list.js-2.3.1.tgz",
|
||||
"_shasum": "48961989ffe52b0505e352f7a521f819f51df7e7",
|
||||
"_spec": "list.js@^2.3.1",
|
||||
"_where": "/mnt/d/WWW/magico.front",
|
||||
"author": {
|
||||
"name": "Jonny Strömberg",
|
||||
"email": "jonny.stromberg@gmail.com",
|
||||
"url": "https://javve.com"
|
||||
},
|
||||
"homepage": "https://listjs.com",
|
||||
"repository": "git://github.com/javve/list.js.git",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/javve/list.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"string-natural-compare": "^2.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The perfect library for lists. Supports search, sort, filters and flexibility. Built to be invisible and work on existing HTML",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.7",
|
||||
"@babel/preset-env": "^7.12.7",
|
||||
@@ -35,19 +46,31 @@
|
||||
"webpack": "^5.6.0",
|
||||
"webpack-cli": "^4.2.0"
|
||||
},
|
||||
"main": "src/index",
|
||||
"engines": {
|
||||
"node": "^6.0 || ^8.0 || ^10.0 || ^12.0 || >=14"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npx jest",
|
||||
"build": "npx webpack",
|
||||
"watch": "npx webpack --watch",
|
||||
"watch-test": "npx jest --watch",
|
||||
"preversion": "npm test && npm run build && cp dist/list.min.js docs/assets/javascripts/list.min.js && cp dist/list.min.js.map docs/assets/javascripts/list.min.js.map && git add dist && git add docs/assets/javascripts",
|
||||
"postversion": "git push --follow-tags origin master && cp package.json docs/_data/pkg.json && git add docs/_data/pkg.json && git commit -m \"pkg.json update\""
|
||||
"homepage": "https://listjs.com",
|
||||
"jest": {
|
||||
"coverageDirectory": "./coverage/",
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"src/*.js",
|
||||
"src/utils/*.js"
|
||||
],
|
||||
"testURL": "http://localhost/"
|
||||
},
|
||||
"npmName": "list.js",
|
||||
"keywords": [
|
||||
"list",
|
||||
"search",
|
||||
"sort",
|
||||
"table",
|
||||
"dom",
|
||||
"html",
|
||||
"ui"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index",
|
||||
"name": "list.js",
|
||||
"npmFileMap": [
|
||||
{
|
||||
"basePath": "/dist/",
|
||||
@@ -57,13 +80,18 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"jest": {
|
||||
"coverageDirectory": "./coverage/",
|
||||
"collectCoverage": true,
|
||||
"collectCoverageFrom": [
|
||||
"src/*.js",
|
||||
"src/utils/*.js"
|
||||
],
|
||||
"testURL": "http://localhost/"
|
||||
}
|
||||
"npmName": "list.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/javve/list.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npx webpack",
|
||||
"postversion": "git push --follow-tags origin master && cp package.json docs/_data/pkg.json && git add docs/_data/pkg.json && git commit -m \"pkg.json update\"",
|
||||
"preversion": "npm test && npm run build && cp dist/list.min.js docs/assets/javascripts/list.min.js && cp dist/list.min.js.map docs/assets/javascripts/list.min.js.map && git add dist && git add docs/assets/javascripts",
|
||||
"test": "npx jest",
|
||||
"watch": "npx webpack --watch",
|
||||
"watch-test": "npx jest --watch"
|
||||
},
|
||||
"version": "2.3.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user