Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « jquery.dotdotdot « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 858ae7087de3bd1f5bb8afcf463c9ca5288a214b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "_args": [
    [
      "jquery.dotdotdot@3.2.3",
      "/Users/benakamoorthi/Projects/matomo"
    ]
  ],
  "_from": "jquery.dotdotdot@3.2.3",
  "_id": "jquery.dotdotdot@3.2.3",
  "_inBundle": false,
  "_integrity": "sha512-VjsZftD2iyEErvkXMfkj3elPv1rAwFioUK/mHiur8zZTRr8dMv2eDluQjFmk+qOHVDLaqgeSHQR7ipq74f4MeA==",
  "_location": "/jquery.dotdotdot",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jquery.dotdotdot@3.2.3",
    "name": "jquery.dotdotdot",
    "escapedName": "jquery.dotdotdot",
    "rawSpec": "3.2.3",
    "saveSpec": null,
    "fetchSpec": "3.2.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jquery.dotdotdot/-/jquery.dotdotdot-3.2.3.tgz",
  "_spec": "3.2.3",
  "_where": "/Users/benakamoorthi/Projects/matomo",
  "author": {
    "name": "Fred Heusschen",
    "email": "info@frebsite.nl"
  },
  "bugs": {
    "url": "https://github.com/FrDH/jQuery.dotdotdot/issues"
  },
  "description": "Dotdotdot is an advanced jQuery plugin for truncating multiple line content with an ellipsis.",
  "devDependencies": {
    "gulp": "^4.0.0",
    "gulp-uglify": "^3.0.1",
    "gulp-umd": "^2.0.0"
  },
  "homepage": "https://github.com/FrDH/jQuery.dotdotdot#readme",
  "keywords": [
    "truncate",
    "truncating",
    "ellipsis",
    "dotdotdot",
    "multiline",
    "text",
    "text-overflow",
    "overflow",
    "dots"
  ],
  "license": "CC-BY-NC-4.0",
  "main": "dist/jquery.dotdotdot.js",
  "name": "jquery.dotdotdot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FrDH/jQuery.dotdotdot.git"
  },
  "scripts": {
    "build": "gulp default"
  },
  "version": "3.2.3"
}