101 lines
2.6 KiB
JSON
101 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"list.js@2.3.1",
|
|
"/Applications/MAMP/htdocs/front/front-template"
|
|
]
|
|
],
|
|
"_from": "list.js@2.3.1",
|
|
"_id": "list.js@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jnmm7DYpKtH3DxtO1E2VNCC9Gp7Wrp/FWA2JxQrZUhVJ2RCQBd57pCN6W5w6jpsfWZV0PCAbTX2NOPgyFeeZZg==",
|
|
"_location": "/list.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "2.3.1",
|
|
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
|
"author": {
|
|
"name": "Jonny Strömberg",
|
|
"email": "jonny.stromberg@gmail.com",
|
|
"url": "https://javve.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/javve/list.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"string-natural-compare": "^2.0.2"
|
|
},
|
|
"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",
|
|
"babel-loader": "^8.2.1",
|
|
"jest": "^26.6.3",
|
|
"jquery": "^3.5.1",
|
|
"prettier": "^2.2.0",
|
|
"webpack": "^5.6.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^6.0 || ^8.0 || ^10.0 || ^12.0 || >=14"
|
|
},
|
|
"homepage": "https://listjs.com",
|
|
"jest": {
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"src/*.js",
|
|
"src/utils/*.js"
|
|
],
|
|
"testURL": "http://localhost/"
|
|
},
|
|
"keywords": [
|
|
"list",
|
|
"search",
|
|
"sort",
|
|
"table",
|
|
"dom",
|
|
"html",
|
|
"ui"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index",
|
|
"name": "list.js",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js",
|
|
"*.js.map"
|
|
]
|
|
}
|
|
],
|
|
"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"
|
|
}
|