-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.52 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.52 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"_args": [
[
{
"raw": "cuid@~1.3.8",
"scope": null,
"escapedName": "cuid",
"name": "cuid",
"rawSpec": "~1.3.8",
"spec": ">=1.3.8 <1.4.0",
"type": "range"
},
"/Users/b004577/Documents/workshop/blog/next/node_modules/warehouse"
]
],
"_from": "cuid@>=1.3.8 <1.4.0",
"_id": "cuid@1.3.8",
"_inCache": true,
"_location": "/cuid",
"_nodeVersion": "0.12.5",
"_npmUser": {
"name": "ericelliott",
"email": "eric@ericleads.com"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "cuid@~1.3.8",
"scope": null,
"escapedName": "cuid",
"name": "cuid",
"rawSpec": "~1.3.8",
"spec": ">=1.3.8 <1.4.0",
"type": "range"
},
"_requiredBy": [
"/warehouse"
],
"_resolved": "https://registry.npmjs.org/cuid/-/cuid-1.3.8.tgz",
"_shasum": "4b875e0969bad764f7ec0706cf44f5fb0831f6b7",
"_shrinkwrap": null,
"_spec": "cuid@~1.3.8",
"_where": "/Users/b004577/Documents/workshop/blog/next/node_modules/warehouse",
"author": {
"name": "Eric Elliott",
"url": "https://ericelliottjs.com"
},
"browser": "./dist/browser-cuid.js",
"bugs": {
"url": "https://github.com/ericelliott/cuid/issues"
},
"dependencies": {
"browser-fingerprint": "0.0.1",
"core-js": "^1.1.1",
"node-fingerprint": "0.0.2"
},
"description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",
"devDependencies": {
"babel": "5.6.14",
"babel-eslint": "^4.0.10",
"babel-loader": "5.3.0",
"babelify": "^6.2.0",
"ecstatic": "^0.8.0",
"eslint": "0.24.0",
"faucet": "0.0.1",
"node-libs-browser": "0.5.2",
"rimraf": "2.4.1",
"sauce-connect-launcher": "^0.12.0",
"saucelabs": "0.1.1",
"tape": "4.2.0",
"wd": "^0.3.12",
"webpack": "1.10.1",
"zuul": "^3.3.0"
},
"directories": {},
"dist": {
"shasum": "4b875e0969bad764f7ec0706cf44f5fb0831f6b7",
"tarball": "https://registry.npmjs.org/cuid/-/cuid-1.3.8.tgz"
},
"gitHead": "9fcb9e85316d0eec9a4a596a82432149f1950f81",
"homepage": "https://github.com/ericelliott/cuid#readme",
"keywords": [
"id",
"guid",
"uid",
"unique id",
"uuid"
],
"license": "MIT",
"main": "./dist/node-cuid.js",
"maintainers": [
{
"name": "ericelliott",
"email": "eric@ericleads.com"
}
],
"name": "cuid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ericelliott/cuid.git"
},
"scripts": {
"build": "npm run build:server && npm run build:client && npm run build:test",
"build:client": "NODE_ENV=production WEBPACK_TARGET=client webpack -p",
"build:server": "NODE_ENV=production WEBPACK_TARGET=server webpack",
"build:test": "browserify ./test/client/index.js -s testcuid -t babelify --outfile test/client/test-cuid.js",
"clean": "rimraf build && rimraf test/client/test-cuid.js",
"comment:build:test": "NODE_ENV=production WEBPACK_TARGET=test webpack -p",
"lint": "eslint source test",
"prebuild": "npm run clean",
"prepublish": "npm run validate",
"prevalidate": "npm run clean",
"test": "npm run test:server && npm run test:client",
"test:client": "#zuul -- test/client/test-cuid",
"test:server": "babel-node test/server",
"validate": "npm run lint && npm run build && npm run test",
"validate-dev": "npm run lint && npm run build && npm run test | faucet"
},
"version": "1.3.8"
}