aboutsummaryrefslogtreecommitdiff
path: root/cordova/node_modules/uuid/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cordova/node_modules/uuid/package.json')
-rwxr-xr-xcordova/node_modules/uuid/package.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/cordova/node_modules/uuid/package.json b/cordova/node_modules/uuid/package.json
new file mode 100755
index 0000000..ea7f7d3
--- /dev/null
+++ b/cordova/node_modules/uuid/package.json
@@ -0,0 +1,79 @@
+{
+ "_from": "[email protected]",
+ "_id": "[email protected]",
+ "_inBundle": true,
+ "_integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=",
+ "_location": "/cordova-ios/uuid",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "[email protected]",
+ "name": "uuid",
+ "escapedName": "uuid",
+ "rawSpec": "3.0.1",
+ "saveSpec": null,
+ "fetchSpec": "3.0.1"
+ },
+ "_requiredBy": [
+ "/cordova-ios",
+ "/cordova-ios/xcode"
+ ],
+ "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
+ "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
+ "_spec": "[email protected]",
+ "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/xcode",
+ "bin": {
+ "uuid": "./bin/uuid"
+ },
+ "browser": {
+ "./lib/rng.js": "./lib/rng-browser.js"
+ },
+ "bugs": {
+ "url": "https://github.com/kelektiv/node-uuid/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Robert Kieffer",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Christoph Tavan",
+ "email": "[email protected]"
+ },
+ {
+ "name": "AJ ONeal",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Vincent Voyer",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Roman Shtylman",
+ "email": "[email protected]"
+ }
+ ],
+ "deprecated": false,
+ "description": "RFC4122 (v1 and v4) generator",
+ "devDependencies": {
+ "mocha": "3.1.2"
+ },
+ "homepage": "https://github.com/kelektiv/node-uuid#readme",
+ "keywords": [
+ "uuid",
+ "guid",
+ "rfc4122"
+ ],
+ "license": "MIT",
+ "name": "uuid",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kelektiv/node-uuid.git"
+ },
+ "scripts": {
+ "test": "mocha test/test.js"
+ },
+ "version": "3.0.1"
+}