Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-18 20:31:52 +0400
committerisaacs <i@izs.me>2013-06-18 20:32:02 +0400
commit97ada8b9e1db11e779d928d6a255e1ef4a074bee (patch)
treef99a1c13c1ff42626fa06202b41cf4d8d2c6faf5 /node_modules/normalize-package-data/test/fixtures/async.json
parent6dcfc60c1a70ad133af7773f4b5e08f8c9c82b84 (diff)
update npm-user-validate and normalize-package-data
Diffstat (limited to 'node_modules/normalize-package-data/test/fixtures/async.json')
-rw-r--r--node_modules/normalize-package-data/test/fixtures/async.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/normalize-package-data/test/fixtures/async.json b/node_modules/normalize-package-data/test/fixtures/async.json
new file mode 100644
index 000000000..5e652a6c6
--- /dev/null
+++ b/node_modules/normalize-package-data/test/fixtures/async.json
@@ -0,0 +1,36 @@
+{
+ "name": "async",
+ "description": "Higher-order functions and common patterns for asynchronous code",
+ "main": "./lib/async",
+ "author": "Caolan McMahon",
+ "version": "0.2.6",
+ "repository" : {
+ "type" : "git",
+ "url" : "http://github.com/caolan/async.git"
+ },
+ "bugs" : {
+ "url" : "http://github.com/caolan/async/issues"
+ },
+ "licenses" : [
+ {
+ "type" : "MIT",
+ "url" : "http://github.com/caolan/async/raw/master/LICENSE"
+ }
+ ],
+ "devDependencies": {
+ "nodeunit": ">0.0.0",
+ "uglify-js": "1.2.x",
+ "nodelint": ">0.0.0"
+ },
+ "jam": {
+ "main": "lib/async.js",
+ "include": [
+ "lib/async.js",
+ "README.md",
+ "LICENSE"
+ ]
+ },
+ "scripts": {
+ "test": "nodeunit test/test-async.js"
+ }
+} \ No newline at end of file