1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/uuid/package.json

82 lines
1.8 KiB
JSON

{
"_args": [
[
"uuid@1.4.2",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "uuid@1.4.2",
"_id": "uuid@1.4.2",
"_inBundle": false,
"_integrity": "sha1-RTAZ9oaWam34PNxSROfJkOzDMvw=",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "uuid@1.4.2",
"name": "uuid",
"escapedName": "uuid",
"rawSpec": "1.4.2",
"saveSpec": null,
"fetchSpec": "1.4.2"
},
"_requiredBy": [
"/tempfile"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz",
"_spec": "1.4.2",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com"
},
"browser": {
"./rng.js": "./rng-browser.js",
"./buffer.js": "./buffer-browser.js"
},
"bugs": {
"url": "https://github.com/shtylman/node-uuid/issues"
},
"contributors": [
{
"name": "Christoph Tavan",
"email": "dev@tavan.de"
},
{
"name": "Vincent Voyer",
"email": "vincent@zeroload.net"
}
],
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
"devDependencies": {
"mocha": "1.8.0"
},
"homepage": "https://github.com/shtylman/node-uuid#readme",
"keywords": [
"uuid",
"guid",
"rfc4122"
],
"main": "./uuid.js",
"name": "uuid",
"repository": {
"type": "git",
"url": "git+https://github.com/shtylman/node-uuid.git"
},
"scripts": {
"test": "mocha test/test.js"
},
"testling": {
"browsers": [
"ie6..latest",
"firefox/3.6..latest",
"chrome/22..latest",
"safari/5.1..latest"
],
"harness": "mocha-tdd",
"files": "test/*.js"
},
"version": "1.4.2"
}