summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json b/bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json
new file mode 100644
index 00000000..abf68e15
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/truncate/package.json
@@ -0,0 +1,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"
+}