aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/normalize-package-data/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/normalize-package-data/test/fixtures')
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/async.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/http-server.json8
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/movefile.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/no-description.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/npm.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/request.json2
-rw-r--r--deps/npm/node_modules/normalize-package-data/test/fixtures/underscore.json2
10 files changed, 13 insertions, 13 deletions
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/async.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/async.json
index 5e652a6c6f..9fa85b53ea 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/async.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/async.json
@@ -33,4 +33,4 @@
"scripts": {
"test": "nodeunit test/test-async.js"
}
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json
index 56e6d81b3d..2cf3ba9e54 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json
@@ -53,4 +53,4 @@
"Sean McArthur <sean.monstar@gmail.com> (https://github.com/seanmonstar)",
"Fanie Oosthuysen <fanie.oosthuysen@gmail.com> (https://github.com/weareu)"
]
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json
index a0b60a9d38..6582289d19 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json
@@ -32,4 +32,4 @@
"uglify-js": "~2.2",
"jison": ">=0.2.0"
}
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/http-server.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/http-server.json
index 90c28863a2..2ea55eb9ac 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/http-server.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/http-server.json
@@ -4,11 +4,11 @@
"version": "0.3.0",
"author": "Nodejitsu <support@nodejitsu.com>",
"description": "a simple zero-configuration command-line http server",
- "contributors": [
+ "contributors": [
{
"name": "Marak Squires",
"email": "marak@nodejitsu.com"
- }
+ }
],
"bin": {
"http-server": "./bin/http-server"
@@ -45,9 +45,9 @@
"bundledDependencies": [
"union",
"ecstatic"
- ],
+ ],
"license": "MIT",
"engines": {
"node": ">=0.6"
}
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/movefile.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/movefile.json
index 5933875702..07af4acf49 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/movefile.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/movefile.json
@@ -18,4 +18,4 @@
"dependencies": {
"node-gyp": "~0.9.1"
}
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/no-description.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/no-description.json
index 9ea70b6bf8..8c481e1afa 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/no-description.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/no-description.json
@@ -1,4 +1,4 @@
{
"name": "foo-bar-package",
"version": "0.0.1"
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json
index acc0538252..b6786f430d 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json
@@ -23,4 +23,4 @@
"modules"
],
"license": "MIT"
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/npm.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/npm.json
index 2262b3139d..b4c704df97 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/npm.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/npm.json
@@ -132,4 +132,4 @@
"url": "https://github.com/isaacs/npm/raw/master/LICENSE"
}
]
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/request.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/request.json
index 24189a551a..4d58a95c2f 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/request.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/request.json
@@ -36,4 +36,4 @@
"scripts": {
"test": "node tests/run.js"
}
-} \ No newline at end of file
+}
diff --git a/deps/npm/node_modules/normalize-package-data/test/fixtures/underscore.json b/deps/npm/node_modules/normalize-package-data/test/fixtures/underscore.json
index bfc8b3d26a..e27cfd8c64 100644
--- a/deps/npm/node_modules/normalize-package-data/test/fixtures/underscore.json
+++ b/deps/npm/node_modules/normalize-package-data/test/fixtures/underscore.json
@@ -14,4 +14,4 @@
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"license" : "MIT"
-} \ No newline at end of file
+}