summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/smartquotes/package.json
blob: 72c2969ea66ccbd84340de1cac39845d4df0803b (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
67
68
69
70
71
72
73
74
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"
}