diff default/node_modules/tablesaw/package.json @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/default/node_modules/tablesaw/package.json	Sat May 31 09:21:51 2025 +0800
@@ -0,0 +1,103 @@
+{
+  "_from": "tablesaw@^3.0.0",
+  "_id": "[email protected]",
+  "_inBundle": false,
+  "_integrity": "sha512-AwP7IIli802SQVT6vFkJWsD+Jlzclv2NnWsg0h4gfxs6gUzTemzy3k4l5Ve7lSM0Uh3Ip+L5QoHJWFC1Uz40LA==",
+  "_location": "/tablesaw",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "range",
+    "registry": true,
+    "raw": "tablesaw@^3.0.0",
+    "name": "tablesaw",
+    "escapedName": "tablesaw",
+    "rawSpec": "^3.0.0",
+    "saveSpec": null,
+    "fetchSpec": "^3.0.0"
+  },
+  "_requiredBy": [
+    "/"
+  ],
+  "_resolved": "https://registry.npmjs.org/tablesaw/-/tablesaw-3.0.8.tgz",
+  "_shasum": "0755097ffa30a697507ad998c245100bd7d3df95",
+  "_spec": "tablesaw@^3.0.0",
+  "_where": "/srv/http/premieradmin-bs4/dist",
+  "author": {
+    "name": "Zach Leatherman",
+    "email": "[email protected]",
+    "url": "http://filamentgroup.com/"
+  },
+  "ava": {
+    "files": [
+      "test/**/*.test.js"
+    ],
+    "require": [
+      "babel-register",
+      "./test/helpers/setup-browser-env.js"
+    ],
+    "inherit": true,
+    "verbose": true
+  },
+  "bugs": {
+    "url": "https://github.com/filamentgroup/tablesaw/issues"
+  },
+  "bundleDependencies": false,
+  "dependencies": {
+    "javascript-natural-sort": "^0.7.1",
+    "shoestring": "^2.0.0"
+  },
+  "deprecated": false,
+  "description": "A set of plugins for responsive tables.",
+  "devDependencies": {
+    "ava": "^0.23.0",
+    "babel-register": "^6.26.0",
+    "browser-env": "^3.2.2",
+    "console-advanced": "^1.0.7",
+    "grunt": "^1.0.1",
+    "grunt-bytesize": "~0.2.0",
+    "grunt-contrib-clean": "~1.1.0",
+    "grunt-contrib-compress": "~1.4.3",
+    "grunt-contrib-concat": "~1.0.1",
+    "grunt-contrib-copy": "~1.0.0",
+    "grunt-contrib-cssmin": "^2.2.0",
+    "grunt-contrib-qunit": "^2.0.0",
+    "grunt-contrib-uglify": "^3.0.1",
+    "grunt-contrib-watch": "~1.0.0",
+    "grunt-gh-pages": "~2.0.0",
+    "grunt-myth": "~1.1.0",
+    "grunt-run": "^0.8.0",
+    "husky": "^0.14.3",
+    "jquery": "^3.1.0",
+    "lint-staged": "^4.0.1",
+    "matchdep": "~1.0.1",
+    "prettier": "^1.8.2",
+    "qunitjs": "^2.4.1"
+  },
+  "engines": {
+    "node": ">= 4"
+  },
+  "homepage": "https://github.com/filamentgroup/tablesaw",
+  "license": "MIT",
+  "lint-staged": {
+    "src/*.js": [
+      "prettier --write --print-width 100 --use-tabs",
+      "git add"
+    ]
+  },
+  "main": "dist/tablesaw.js",
+  "name": "tablesaw",
+  "optionalDependencies": {
+    "javascript-natural-sort": "^0.7.1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/filamentgroup/tablesaw.git"
+  },
+  "scripts": {
+    "precommit": "lint-staged",
+    "prepush": "grunt test",
+    "test": "grunt test"
+  },
+  "title": "Tablesaw",
+  "version": "3.0.8"
+}