summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json
new file mode 100644
index 00000000..72c2969e
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json
@@ -0,0 +1,75 @@
+{
+ "_from": "smartquotes@~2.3.1",
+ "_id": "smartquotes@2.3.1",
+ "_inBundle": false,
+ "_integrity": "sha1-Aeu1ldbHqeJNkOjLlcF9Dhr0lAc=",
+ "_location": "/smartquotes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "smartquotes@~2.3.1",
+ "name": "smartquotes",
+ "escapedName": "smartquotes",
+ "rawSpec": "~2.3.1",
+ "saveSpec": null,
+ "fetchSpec": "~2.3.1"
+ },
+ "_requiredBy": [
+ "/@metascraper/helpers"
+ ],
+ "_resolved": "https://registry.npmjs.org/smartquotes/-/smartquotes-2.3.1.tgz",
+ "_shasum": "01ebb595d6c7a9e24d90e8cb95c17d0e1af49407",
+ "_spec": "smartquotes@~2.3.1",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
+ "author": {
+ "name": "Kelly Martin"
+ },
+ "bugs": {
+ "url": "https://github.com/kellym/smartquotesjs/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Kelly Martin"
+ },
+ {
+ "name": "Callum Macrae"
+ }
+ ],
+ "deprecated": false,
+ "description": "Smart quotes are smart typography.",
+ "devDependencies": {
+ "babel-loader": "^7.1.2",
+ "babel-minify-webpack-plugin": "^0.2.0",
+ "babel-preset-es2015": "^6.24.1",
+ "jsdom": "^7.0.0",
+ "parse5": "^3.0.2",
+ "tap": "^10.3.0",
+ "webcomponents.js": "github:webcomponents/webcomponentsjs#v0.7.24",
+ "webpack": "^3.6.0"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ },
+ "homepage": "http://github.com/kellym/smartquotesjs",
+ "keywords": [
+ "smart",
+ "quotes",
+ "browser",
+ "node.js"
+ ],
+ "license": "MIT",
+ "main": "dist/smartquotes.js",
+ "name": "smartquotes",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/kellym/smartquotesjs.git"
+ },
+ "scripts": {
+ "build": "webpack",
+ "preversion": "npm test && git commit . -m \"Build release\" || true",
+ "test": "npm run build && tap test/*.js"
+ },
+ "version": "2.3.1"
+}