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:
Diffstat (limited to 'node_modules/node-uuid/package.json')
-rw-r--r--node_modules/node-uuid/package.json90
1 files changed, 0 insertions, 90 deletions
diff --git a/node_modules/node-uuid/package.json b/node_modules/node-uuid/package.json
deleted file mode 100644
index a95715dd6..000000000
--- a/node_modules/node-uuid/package.json
+++ /dev/null
@@ -1,90 +0,0 @@
-{
- "_args": [
- [
- "node-uuid@~1.4.0",
- "/Users/rebecca/code/npm/node_modules/request"
- ]
- ],
- "_from": "node-uuid@>=1.4.0 <1.5.0",
- "_id": "node-uuid@1.4.3",
- "_inCache": true,
- "_location": "/node-uuid",
- "_npmUser": {
- "email": "robert@broofa.com",
- "name": "broofa"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "node-uuid",
- "raw": "node-uuid@~1.4.0",
- "rawSpec": "~1.4.0",
- "scope": null,
- "spec": ">=1.4.0 <1.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz",
- "_shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
- "_shrinkwrap": null,
- "_spec": "node-uuid@~1.4.0",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
- "author": {
- "email": "robert@broofa.com",
- "name": "Robert Kieffer"
- },
- "bin": {
- "uuid": "./bin/uuid"
- },
- "bugs": {
- "url": "https://github.com/broofa/node-uuid/issues"
- },
- "contributors": [
- {
- "name": "Christoph Tavan",
- "email": "dev@tavan.de"
- }
- ],
- "dependencies": {},
- "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
- "tarball": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
- },
- "gitHead": "886463c660a095dfebfa69603921a8d156fdb12c",
- "homepage": "https://github.com/broofa/node-uuid",
- "keywords": [
- "guid",
- "rfc4122",
- "uuid"
- ],
- "lib": ".",
- "licenses": [
- {
- "type": "MIT",
- "url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
- }
- ],
- "main": "./uuid.js",
- "maintainers": [
- {
- "name": "broofa",
- "email": "robert@broofa.com"
- }
- ],
- "name": "node-uuid",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/broofa/node-uuid.git"
- },
- "scripts": {
- "test": "node test/test.js"
- },
- "url": "http://github.com/broofa/node-uuid",
- "version": "1.4.3"
-}