-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.67 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"_from": "compromise@^11.6.0",
"_id": "compromise@11.6.0",
"_inBundle": false,
"_integrity": "sha512-4c9z1qf9Bb91k9YntRHOLLyD9K/FJoaiOzE6Aese2uNeXwe+0SWlXeJcC4OXUKnhMShKx/O+tFEpH8i53oK4dg==",
"_location": "/compromise",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "compromise@^11.6.0",
"name": "compromise",
"escapedName": "compromise",
"rawSpec": "^11.6.0",
"saveSpec": null,
"fetchSpec": "^11.6.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/compromise/-/compromise-11.6.0.tgz",
"_shasum": "465c43ed8ad1728c1179bd8f3b361219da20009e",
"_spec": "compromise@^11.6.0",
"_where": "I:\\Telegram\\usecase\\node_concordance",
"author": {
"name": "Spencer Kelly",
"email": "spencermountain@gmail.com",
"url": "http://spencermounta.in"
},
"bugs": {
"url": "https://github.com/nlp-compromise/compromise/issues"
},
"bundleDependencies": false,
"dependencies": {
"efrt-unpack": "2.0.3"
},
"deprecated": false,
"description": "natural language processing in the browser",
"devDependencies": {
"amble": "0.0.5",
"babel-preset-es2015": "^6.24.0",
"babelify": "7.3.0",
"babili": "0.0.11",
"browserify": "13.0.1",
"browserify-glob": "^0.2.0",
"chalk": "^1.1.3",
"codacy-coverage": "^2.0.3",
"compromise-plugin": "0.0.8",
"derequire": "^2.0.3",
"eslint": "^3.1.1",
"gaze": "^1.1.1",
"nyc": "^8.4.0",
"shelljs": "^0.7.2",
"tap-dot": "^1.0.5",
"tape": "^4.6.0",
"uglify-js": "2.7.0"
},
"files": [
"builds/",
"docs/"
],
"homepage": "https://github.com/nlp-compromise/compromise#readme",
"license": "MIT",
"main": "./builds/compromise.js",
"name": "compromise",
"repository": {
"type": "git",
"url": "git://github.com/nlp-compromise/compromise.git"
},
"scripts": {
"benchmark": "node ./scripts/benchmark.js",
"browserTest": "node ./scripts/browserTest.js",
"build": "node ./scripts/build/index.js",
"buildTest": "TESTENV=prod node ./scripts/test.js",
"coverage": "node ./scripts/postpublish/coverage.js",
"demo": "node ./scripts/demo.js",
"filesize": "node ./scripts/filesize.js",
"lint": "node ./scripts/prepublish/linter.js",
"pack": "node ./scripts/pack.js",
"postpublish": "node ./scripts/postpublish",
"prepublishOnly": "node ./scripts/prepublish",
"test": "tape \"./test/unit/**/*.test.js\" | tap-dot",
"test:types": "tsc --project test/types",
"testb": "TESTENV=prod tape \"./test/unit/**/*.test.js\" | tap-dot",
"watch": "amble ./scratch.js"
},
"types": "./compromise.d.ts",
"version": "11.6.0"
}