Files
ChineseBQB/node_modules/cuid/package.json
2019-07-20 20:37:38 +08:00

95 lines
2.7 KiB
JSON

{
"_args": [
[
"cuid@1.3.8",
"/Users/lijianzhao/github/ChineseBQB"
]
],
"_from": "cuid@1.3.8",
"_id": "cuid@1.3.8",
"_inBundle": false,
"_integrity": "sha1-S4deCWm612T37AcGz0T1+wgx9rc=",
"_location": "/cuid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cuid@1.3.8",
"name": "cuid",
"escapedName": "cuid",
"rawSpec": "1.3.8",
"saveSpec": null,
"fetchSpec": "1.3.8"
},
"_requiredBy": [
"/warehouse"
],
"_resolved": "https://registry.npm.taobao.org/cuid/download/cuid-1.3.8.tgz",
"_spec": "1.3.8",
"_where": "/Users/lijianzhao/github/ChineseBQB",
"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"
},
"homepage": "https://github.com/ericelliott/cuid#readme",
"keywords": [
"id",
"guid",
"uid",
"unique id",
"uuid"
],
"license": "MIT",
"main": "./dist/node-cuid.js",
"name": "cuid",
"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"
}