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/uuid/package.json')
-rw-r--r--node_modules/uuid/package.json73
1 files changed, 16 insertions, 57 deletions
diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json
index b2caa580c..c888a25a2 100644
--- a/node_modules/uuid/package.json
+++ b/node_modules/uuid/package.json
@@ -1,52 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "uuid",
- "scope": null,
- "escapedName": "uuid",
- "name": "uuid",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "uuid@latest",
+ "_from": "uuid@~3.0.1",
"_id": "uuid@3.0.1",
- "_inCache": true,
+ "_integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=",
"_location": "/uuid",
- "_nodeVersion": "6.7.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"
- },
- "_npmUser": {
- "name": "defunctzombie",
- "email": "shtylman@gmail.com"
- },
- "_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
- "raw": "uuid",
- "scope": null,
- "escapedName": "uuid",
+ "type": "range",
+ "registry": true,
+ "raw": "uuid@~3.0.1",
"name": "uuid",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
+ "escapedName": "uuid",
+ "rawSpec": "~3.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~3.0.1"
},
"_requiredBy": [
- "#USER",
"/",
- "/request"
+ "/request",
+ "/tap/coveralls/request"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
"_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
"_shrinkwrap": null,
- "_spec": "uuid",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "uuid@~3.0.1",
+ "_where": "/Users/zkat/Documents/code/npm",
"bin": {
"uuid": "./bin/uuid"
},
@@ -56,6 +33,7 @@
"bugs": {
"url": "https://github.com/kelektiv/node-uuid/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Robert Kieffer",
@@ -79,16 +57,11 @@
}
],
"dependencies": {},
+ "deprecated": false,
"description": "RFC4122 (v1 and v4) generator",
"devDependencies": {
"mocha": "3.1.2"
},
- "directories": {},
- "dist": {
- "shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
- "tarball": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz"
- },
- "gitHead": "374de826de71d8997f71b4641f65552e48956ced",
"homepage": "https://github.com/kelektiv/node-uuid#readme",
"keywords": [
"uuid",
@@ -96,23 +69,9 @@
"rfc4122"
],
"license": "MIT",
- "maintainers": [
- {
- "name": "broofa",
- "email": "robert@broofa.com"
- },
- {
- "name": "defunctzombie",
- "email": "shtylman@gmail.com"
- },
- {
- "name": "vvo",
- "email": "vincent.voyer@gmail.com"
- }
- ],
"name": "uuid",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kelektiv/node-uuid.git"