mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
initial commit
This commit is contained in:
126
node_modules/uuid/package.json
generated
vendored
Normal file
126
node_modules/uuid/package.json
generated
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "uuid@^2.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "uuid",
|
||||
"name": "uuid",
|
||||
"rawSpec": "^2.0.1",
|
||||
"spec": ">=2.0.1 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\configstore"
|
||||
]
|
||||
],
|
||||
"_from": "uuid@>=2.0.1 <3.0.0",
|
||||
"_id": "uuid@2.0.3",
|
||||
"_inCache": true,
|
||||
"_location": "/uuid",
|
||||
"_nodeVersion": "6.2.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/uuid-2.0.3.tgz_1474232617862_0.6578061426989734"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "defunctzombie",
|
||||
"email": "shtylman@gmail.com"
|
||||
},
|
||||
"_npmVersion": "3.8.9",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "uuid@^2.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "uuid",
|
||||
"name": "uuid",
|
||||
"rawSpec": "^2.0.1",
|
||||
"spec": ">=2.0.1 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/configstore"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
|
||||
"_shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "uuid@^2.0.1",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\configstore",
|
||||
"author": {
|
||||
"name": "Robert Kieffer",
|
||||
"email": "robert@broofa.com"
|
||||
},
|
||||
"browser": {
|
||||
"./rng.js": "./rng-browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/defunctzombie/node-uuid/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Christoph Tavan",
|
||||
"email": "dev@tavan.de"
|
||||
},
|
||||
{
|
||||
"name": "Vincent Voyer",
|
||||
"email": "vincent@zeroload.net"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
||||
"devDependencies": {
|
||||
"mocha": "1.8.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
|
||||
"tarball": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"
|
||||
},
|
||||
"gitHead": "3f44acd0e722e965c14af816e2f658361a6b15f9",
|
||||
"homepage": "https://github.com/defunctzombie/node-uuid#readme",
|
||||
"keywords": [
|
||||
"uuid",
|
||||
"guid",
|
||||
"rfc4122"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./uuid.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "broofa",
|
||||
"email": "robert@broofa.com"
|
||||
},
|
||||
{
|
||||
"name": "tim-smart",
|
||||
"email": "tim@fostle.com"
|
||||
},
|
||||
{
|
||||
"name": "vvo",
|
||||
"email": "vincent.voyer@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "defunctzombie",
|
||||
"email": "shtylman@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "uuid",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/defunctzombie/node-uuid.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie6..latest",
|
||||
"firefox/3.6..latest",
|
||||
"chrome/22..latest",
|
||||
"safari/5.1..latest"
|
||||
],
|
||||
"harness": "mocha-tdd",
|
||||
"files": "test/*.js"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user