From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/randomatic/package.json | 92 ++++++------------------------------ 1 file changed, 15 insertions(+), 77 deletions(-) (limited to 'node_modules/randomatic') diff --git a/node_modules/randomatic/package.json b/node_modules/randomatic/package.json index 8ccb973a3..24872b11b 100644 --- a/node_modules/randomatic/package.json +++ b/node_modules/randomatic/package.json @@ -1,58 +1,25 @@ { - "_args": [ - [ - { - "raw": "randomatic@^1.1.3", - "scope": null, - "escapedName": "randomatic", - "name": "randomatic", - "rawSpec": "^1.1.3", - "spec": ">=1.1.3 <2.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/fill-range" - ] - ], - "_from": "randomatic@>=1.1.3 <2.0.0", - "_id": "randomatic@1.1.5", - "_inCache": true, - "_location": "/randomatic", - "_nodeVersion": "5.0.0", - "_npmUser": { - "name": "jonschlinkert", - "email": "github@sellside.com" - }, - "_npmVersion": "3.3.6", - "_phantomChildren": {}, - "_requested": { - "raw": "randomatic@^1.1.3", - "scope": null, - "escapedName": "randomatic", - "name": "randomatic", - "rawSpec": "^1.1.3", - "spec": ">=1.1.3 <2.0.0", - "type": "range" - }, - "_requiredBy": [ - "/fill-range" - ], - "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz", - "_shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b", - "_shrinkwrap": null, - "_spec": "randomatic@^1.1.3", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/fill-range", - "author": { - "name": "Jon Schlinkert", - "url": "https://github.com/jonschlinkert" - }, + "name": "randomatic", + "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.", + "version": "1.1.5", + "homepage": "https://github.com/jonschlinkert/randomatic", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "repository": "jonschlinkert/randomatic", "bugs": { "url": "https://github.com/jonschlinkert/randomatic/issues" }, + "license": "MIT", + "files": [ + "index.js" + ], + "main": "index.js", + "scripts": { + "test": "mocha" + }, "dependencies": { "is-number": "^2.0.2", "kind-of": "^3.0.2" }, - "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.", "devDependencies": { "ansi-bold": "^0.1.1", "benchmarked": "^0.1.4", @@ -60,16 +27,6 @@ "mocha": "*", "should": "*" }, - "directories": {}, - "dist": { - "shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b", - "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz" - }, - "files": [ - "index.js" - ], - "gitHead": "8d74759d683a580412484e95ec5f1b87d93fd50c", - "homepage": "https://github.com/jonschlinkert/randomatic", "keywords": [ "alpha", "alpha-numeric", @@ -82,24 +39,6 @@ "randomize", "randomized" ], - "license": "MIT", - "main": "index.js", - "maintainers": [ - { - "name": "jonschlinkert", - "email": "github@sellside.com" - } - ], - "name": "randomatic", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/randomatic.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "related": { "list": [ @@ -111,6 +50,5 @@ "plugins": [ "gulp-format-md" ] - }, - "version": "1.1.5" + } } -- cgit v1.2.3