comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 {
2 "_from": "tablesaw@^3.0.0",
3 "_id": "[email protected]",
4 "_inBundle": false,
5 "_integrity": "sha512-AwP7IIli802SQVT6vFkJWsD+Jlzclv2NnWsg0h4gfxs6gUzTemzy3k4l5Ve7lSM0Uh3Ip+L5QoHJWFC1Uz40LA==",
6 "_location": "/tablesaw",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "tablesaw@^3.0.0",
12 "name": "tablesaw",
13 "escapedName": "tablesaw",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/"
20 ],
21 "_resolved": "https://registry.npmjs.org/tablesaw/-/tablesaw-3.0.8.tgz",
22 "_shasum": "0755097ffa30a697507ad998c245100bd7d3df95",
23 "_spec": "tablesaw@^3.0.0",
24 "_where": "/srv/http/premieradmin-bs4/dist",
25 "author": {
26 "name": "Zach Leatherman",
27 "email": "[email protected]",
28 "url": "http://filamentgroup.com/"
29 },
30 "ava": {
31 "files": [
32 "test/**/*.test.js"
33 ],
34 "require": [
35 "babel-register",
36 "./test/helpers/setup-browser-env.js"
37 ],
38 "inherit": true,
39 "verbose": true
40 },
41 "bugs": {
42 "url": "https://github.com/filamentgroup/tablesaw/issues"
43 },
44 "bundleDependencies": false,
45 "dependencies": {
46 "javascript-natural-sort": "^0.7.1",
47 "shoestring": "^2.0.0"
48 },
49 "deprecated": false,
50 "description": "A set of plugins for responsive tables.",
51 "devDependencies": {
52 "ava": "^0.23.0",
53 "babel-register": "^6.26.0",
54 "browser-env": "^3.2.2",
55 "console-advanced": "^1.0.7",
56 "grunt": "^1.0.1",
57 "grunt-bytesize": "~0.2.0",
58 "grunt-contrib-clean": "~1.1.0",
59 "grunt-contrib-compress": "~1.4.3",
60 "grunt-contrib-concat": "~1.0.1",
61 "grunt-contrib-copy": "~1.0.0",
62 "grunt-contrib-cssmin": "^2.2.0",
63 "grunt-contrib-qunit": "^2.0.0",
64 "grunt-contrib-uglify": "^3.0.1",
65 "grunt-contrib-watch": "~1.0.0",
66 "grunt-gh-pages": "~2.0.0",
67 "grunt-myth": "~1.1.0",
68 "grunt-run": "^0.8.0",
69 "husky": "^0.14.3",
70 "jquery": "^3.1.0",
71 "lint-staged": "^4.0.1",
72 "matchdep": "~1.0.1",
73 "prettier": "^1.8.2",
74 "qunitjs": "^2.4.1"
75 },
76 "engines": {
77 "node": ">= 4"
78 },
79 "homepage": "https://github.com/filamentgroup/tablesaw",
80 "license": "MIT",
81 "lint-staged": {
82 "src/*.js": [
83 "prettier --write --print-width 100 --use-tabs",
84 "git add"
85 ]
86 },
87 "main": "dist/tablesaw.js",
88 "name": "tablesaw",
89 "optionalDependencies": {
90 "javascript-natural-sort": "^0.7.1"
91 },
92 "repository": {
93 "type": "git",
94 "url": "git://github.com/filamentgroup/tablesaw.git"
95 },
96 "scripts": {
97 "precommit": "lint-staged",
98 "prepush": "grunt test",
99 "test": "grunt test"
100 },
101 "title": "Tablesaw",
102 "version": "3.0.8"
103 }