summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json
blob: abf68e154f271cbc4c0b5a39c4e59c0af95e3669 (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
{
  "_from": "truncate@~2.1.0",
  "_id": "truncate@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-em3E3SUDONOjTBcZ36DTm3RvDded3IRU9rX32oHwwXNt3rJD5MVaFlJTQvs8tJoHRoeYP36OuQ1eL/Q7bNEWIQ==",
  "_location": "/truncate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "truncate@~2.1.0",
    "name": "truncate",
    "escapedName": "truncate",
    "rawSpec": "~2.1.0",
    "saveSpec": null,
    "fetchSpec": "~2.1.0"
  },
  "_requiredBy": [
    "/@metascraper/helpers"
  ],
  "_resolved": "https://registry.npmjs.org/truncate/-/truncate-2.1.0.tgz",
  "_shasum": "391183563a25cffbd4d613a1d00ae5844c9e55d3",
  "_spec": "truncate@~2.1.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
  "author": {
    "name": "Francois-Guillaume Ribreau",
    "email": "npm@fgribreau.com",
    "url": "http://fgribreau.com"
  },
  "bugs": {
    "url": "https://github.com/FGRibreau/node-truncate/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Truncate text and keep urls safe",
  "devDependencies": {
    "nodeunit": "*",
    "npm-release": "^1.0.0",
    "yuidocjs": "*"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/FGRibreau/node-truncate",
  "license": "MIT",
  "main": "truncate.js",
  "name": "truncate",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/FGRibreau/node-truncate.git"
  },
  "scripts": {
    "test": "nodeunit test.js"
  },
  "types": "truncate.d.ts",
  "version": "2.1.0"
}