Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "gud@^1.0.0",
  3. "_id": "gud@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==",
  6. "_location": "/gud",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gud@^1.0.0",
  12. "name": "gud",
  13. "escapedName": "gud",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/create-react-context"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz",
  22. "_shasum": "a489581b17e6a70beca9abe3ae57de7a499852c0",
  23. "_spec": "gud@^1.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/create-react-context",
  25. "author": {
  26. "name": "Jamie Kyle",
  27. "email": "me@thejameskyle.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jamiebuilds/global-unique-id/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Create a 'gud nuff' (not cryptographically secure) globally unique id",
  35. "devDependencies": {
  36. "ava": "^0.25.0",
  37. "flow-bin": "^0.66.0"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/jamiebuilds/global-unique-id#readme",
  43. "keywords": [
  44. "global",
  45. "unique",
  46. "id",
  47. "identifier",
  48. "number",
  49. "uuid",
  50. "uid"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "gud",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jamiebuilds/global-unique-id.git"
  58. },
  59. "scripts": {
  60. "test": "ava"
  61. },
  62. "version": "1.0.0"
  63. }