Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50660 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "[email protected]",
6
"scope": null,
7
"escapedName": "diff",
8
"name": "diff",
9
"rawSpec": "3.2.0",
10
"spec": "3.2.0",
11
"type": "version"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/mocha"
14
]
15
],
16
"_from": "[email protected]",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/diff",
21
"_nodeVersion": "5.1.1",
22
"_npmOperationalInternal": {
23
"host": "packages-18-east.internal.npmjs.com",
24
"tmp": "tmp/diff-3.2.0.tgz_1482770140958_0.864382857689634"
25
},
26
"_npmUser": {
27
"name": "kpdecker",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "3.10.7",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "[email protected]",
34
"scope": null,
35
"escapedName": "diff",
36
"name": "diff",
37
"rawSpec": "3.2.0",
38
"spec": "3.2.0",
39
"type": "version"
40
},
41
"_requiredBy": [
42
"/mocha"
43
],
44
"_resolved": "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz",
45
"_shasum": "c9ce393a4b7cbd0b058a725c93df299027868ff9",
46
"_shrinkwrap": null,
47
"_spec": "[email protected]",
48
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/mocha",
49
"babel": {
50
"sourceMaps": "inline",
51
"presets": [
52
"es3",
53
"es2015-mod"
54
],
55
"auxiliaryCommentBefore": "istanbul ignore start",
56
"auxiliaryCommentAfter": "istanbul ignore end"
57
},
58
"bugs": {
59
"url": "http://github.com/kpdecker/jsdiff/issues",
60
"email": "[email protected]"
61
},
62
"dependencies": {},
63
"description": "A javascript text diff implementation.",
64
"devDependencies": {
65
"async": "^1.4.2",
66
"babel-core": "^6.0.0",
67
"babel-loader": "^6.0.0",
68
"babel-preset-es2015-mod": "^6.3.13",
69
"babel-preset-es3": "^1.0.1",
70
"chai": "^3.3.0",
71
"colors": "^1.1.2",
72
"eslint": "^1.6.0",
73
"grunt": "^0.4.5",
74
"grunt-babel": "^6.0.0",
75
"grunt-clean": "^0.4.0",
76
"grunt-cli": "^0.1.13",
77
"grunt-contrib-clean": "^1.0.0",
78
"grunt-contrib-copy": "^1.0.0",
79
"grunt-contrib-uglify": "^1.0.0",
80
"grunt-contrib-watch": "^1.0.0",
81
"grunt-eslint": "^17.3.1",
82
"grunt-karma": "^0.12.1",
83
"grunt-mocha-istanbul": "^3.0.1",
84
"grunt-mocha-test": "^0.12.7",
85
"grunt-webpack": "^1.0.11",
86
"istanbul": "github:kpdecker/istanbul",
87
"karma": "^0.13.11",
88
"karma-mocha": "^0.2.0",
89
"karma-mocha-reporter": "^2.0.0",
90
"karma-phantomjs-launcher": "^1.0.0",
91
"karma-sauce-launcher": "^0.3.0",
92
"karma-sourcemap-loader": "^0.3.6",
93
"karma-webpack": "^1.7.0",
94
"mocha": "^2.3.3",
95
"phantomjs-prebuilt": "^2.1.5",
96
"semver": "^5.0.3",
97
"webpack": "^1.12.2",
98
"webpack-dev-server": "^1.12.0"
99
},
100
"directories": {},
101
"dist": {
102
"shasum": "c9ce393a4b7cbd0b058a725c93df299027868ff9",
103
"tarball": "https://registry.npmjs.org/diff/-/diff-3.2.0.tgz"
104
},
105
"engines": {
106
"node": ">=0.3.1"
107
},
108
"gitHead": "becde77e9f7aa31944480cf2a335815cd44d2d12",
109
"homepage": "https://github.com/kpdecker/jsdiff#readme",
110
"keywords": [
111
"diff",
112
"javascript"
113
],
114
"license": "BSD-3-Clause",
115
"main": "./lib",
116
"maintainers": [
117
{
118
"name": "kpdecker",
119
"email": "[email protected]"
120
}
121
],
122
"name": "diff",
123
"optionalDependencies": {},
124
"readme": "ERROR: No README data found!",
125
"repository": {
126
"type": "git",
127
"url": "git://github.com/kpdecker/jsdiff.git"
128
},
129
"scripts": {
130
"test": "grunt"
131
},
132
"version": "3.2.0"
133
}
134
135