summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/chrono-node/package.json
blob: a2c2e722688d272cfb835c1b613cd6263907b1c0 (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
{
  "_from": "chrono-node@~1.3.11",
  "_id": "chrono-node@1.3.11",
  "_inBundle": false,
  "_integrity": "sha512-jDWRnY6nYvzfV3HPYBqo+tot7tcsUs9i3arGbMdI0TouPSXP2C2y/Ctp27rxKTQDi6yuTxAB2cw+Q6igGhOhdQ==",
  "_location": "/chrono-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "chrono-node@~1.3.11",
    "name": "chrono-node",
    "escapedName": "chrono-node",
    "rawSpec": "~1.3.11",
    "saveSpec": null,
    "fetchSpec": "~1.3.11"
  },
  "_requiredBy": [
    "/@metascraper/helpers"
  ],
  "_resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-1.3.11.tgz",
  "_shasum": "b86a26b7e3157edcc4fe3374e1b6f90caedc8e39",
  "_spec": "chrono-node@~1.3.11",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
  "bugs": {
    "url": "https://github.com/berryboy/chrono/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "moment": "2.21.0"
  },
  "deprecated": false,
  "description": "A natural language date parser in Javascript",
  "devDependencies": {
    "browserify": "^14.3.0",
    "coveralls": "^3.0.2",
    "jest": "^22.0.4",
    "minifyify": "^7.0.6"
  },
  "directories": {
    "source": "./src",
    "test": "./test"
  },
  "homepage": "http://github.com/berryboy/chrono",
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "license": "MIT",
  "main": "./src/chrono",
  "name": "chrono-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/berryboy/chrono.git"
  },
  "scripts": {
    "coveralls": "npm run test && cat coverage/lcov.info | coveralls",
    "make": "npm run make-bundle & npm run make-minify",
    "make-bundle": "browserify src/chrono.js -d --s chrono -o chrono.js",
    "make-minify": "browserify src/chrono.js -d --s chrono -d -p [minifyify --output chrono.map.json] -o chrono.min.js",
    "test": "jest --coverage && npm audit --audit-level high",
    "watch": "jest --watch"
  },
  "version": "1.3.11"
}