summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/unique-filename/node_modules/unique-slug/package.json
blob: 1460ebce27a348887644255b107d2e19f9017fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_args": [
    [
      "unique-slug@^2.0.0",
      "/Users/ogd/Documents/projects/npm/npm/node_modules/unique-filename"
    ]
  ],
  "_from": "unique-slug@>=2.0.0 <3.0.0",
  "_id": "unique-slug@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/unique-filename/unique-slug",
  "_nodeVersion": "5.1.0",
  "_npmUser": {
    "email": "ogd@aoaioxxysz.net",
    "name": "othiym23"
  },
  "_npmVersion": "3.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "unique-slug",
    "raw": "unique-slug@^2.0.0",
    "rawSpec": "^2.0.0",
    "scope": null,
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/unique-filename"
  ],
  "_shasum": "db6676e7c7cc0629878ff196097c78855ae9f4ab",
  "_shrinkwrap": null,
  "_spec": "unique-slug@^2.0.0",
  "_where": "/Users/ogd/Documents/projects/npm/npm/node_modules/unique-filename",
  "author": {
    "email": "me@re-becca.org",
    "name": "Rebecca Turner",
    "url": "http://re-becca.org"
  },
  "bugs": {
    "url": "https://github.com/iarna/unique-slug/issues"
  },
  "dependencies": {
    "imurmurhash": "^0.1.4"
  },
  "description": "Generate a unique character string suitible for use in files and URLs.",
  "devDependencies": {
    "standard": "^5.4.1",
    "tap": "^2.3.1"
  },
  "directories": {},
  "dist": {
    "shasum": "db6676e7c7cc0629878ff196097c78855ae9f4ab",
    "tarball": "http://registry.npmjs.org/unique-slug/-/unique-slug-2.0.0.tgz"
  },
  "gitHead": "b1d9d082ee5bd381961a2011a9aa3d9988e83ca7",
  "homepage": "https://github.com/iarna/unique-slug#readme",
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "unique-slug",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/iarna/unique-slug.git"
  },
  "scripts": {
    "test": "standard && tap --coverage test"
  },
  "version": "2.0.0"
}