aboutsummaryrefslogtreecommitdiff
path: root/node_modules/diff/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/diff/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
add node_modules to address #4364
Diffstat (limited to 'node_modules/diff/package.json')
-rw-r--r--node_modules/diff/package.json96
1 files changed, 96 insertions, 0 deletions
diff --git a/node_modules/diff/package.json b/node_modules/diff/package.json
new file mode 100644
index 000000000..4c6d583ac
--- /dev/null
+++ b/node_modules/diff/package.json
@@ -0,0 +1,96 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "diff@1.4.0",
+ "scope": null,
+ "escapedName": "diff",
+ "name": "diff",
+ "rawSpec": "1.4.0",
+ "spec": "1.4.0",
+ "type": "version"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/mocha"
+ ]
+ ],
+ "_from": "diff@1.4.0",
+ "_id": "diff@1.4.0",
+ "_inCache": true,
+ "_location": "/diff",
+ "_npmUser": {
+ "name": "kpdecker",
+ "email": "kpdecker@gmail.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "diff@1.4.0",
+ "scope": null,
+ "escapedName": "diff",
+ "name": "diff",
+ "rawSpec": "1.4.0",
+ "spec": "1.4.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/mocha"
+ ],
+ "_resolved": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz",
+ "_shasum": "7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf",
+ "_shrinkwrap": null,
+ "_spec": "diff@1.4.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha",
+ "bugs": {
+ "url": "http://github.com/kpdecker/jsdiff/issues",
+ "email": "kpdecker@gmail.com"
+ },
+ "dependencies": {},
+ "description": "A javascript text diff implementation.",
+ "devDependencies": {
+ "colors": "^1.1.0",
+ "istanbul": "^0.3.2",
+ "mocha": "^2.2.4",
+ "should": "^6.0.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "7f28d2eb9ee7b15a97efd89ce63dcfdaa3ccbabf",
+ "tarball": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.3.1"
+ },
+ "files": [
+ "diff.js"
+ ],
+ "gitHead": "27a750e9116e6ade6303bc24a9be72f6845e00ed",
+ "homepage": "https://github.com/kpdecker/jsdiff",
+ "keywords": [
+ "diff",
+ "javascript"
+ ],
+ "licenses": [
+ {
+ "type": "BSD",
+ "url": "http://github.com/kpdecker/jsdiff/blob/master/LICENSE"
+ }
+ ],
+ "main": "./diff",
+ "maintainers": [
+ {
+ "name": "kpdecker",
+ "email": "kpdecker@gmail.com"
+ }
+ ],
+ "name": "diff",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/kpdecker/jsdiff.git"
+ },
+ "scripts": {
+ "test": "istanbul cover node_modules/.bin/_mocha test/*.js && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100 coverage/coverage.json"
+ },
+ "version": "1.4.0"
+}