package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@openzeppelin/contracts@3.4.0",
  3. "_id": "@openzeppelin/contracts@3.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mhZprV+f37bic7taT+0Qy0zDXrA=",
  6. "_location": "/@openzeppelin/contracts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@openzeppelin/contracts@3.4.0",
  12. "name": "@openzeppelin/contracts",
  13. "escapedName": "@openzeppelin%2fcontracts",
  14. "scope": "@openzeppelin",
  15. "rawSpec": "3.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "3.4.0"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.nlark.com/@openzeppelin/contracts/download/@openzeppelin/contracts-3.4.0.tgz",
  24. "_shasum": "9a1669ad5f9fdfb6e273bb5a4fed10cb4cc35eb0",
  25. "_spec": "@openzeppelin/contracts@3.4.0",
  26. "_where": "/Users/drew/Projects/9th",
  27. "author": {
  28. "name": "OpenZeppelin Community",
  29. "email": "maintainers@openzeppelin.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Secure Smart Contract library for Solidity",
  37. "files": [
  38. "**/*.sol",
  39. "/build/contracts/*.json",
  40. "!/mocks",
  41. "!/examples"
  42. ],
  43. "homepage": "https://openzeppelin.com/contracts/",
  44. "keywords": [
  45. "solidity",
  46. "ethereum",
  47. "smart",
  48. "contracts",
  49. "security",
  50. "zeppelin"
  51. ],
  52. "license": "MIT",
  53. "name": "@openzeppelin/contracts",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/OpenZeppelin/openzeppelin-contracts.git"
  57. },
  58. "scripts": {
  59. "prepare": "bash ../scripts/prepare-contracts-package.sh",
  60. "prepare-docs": "cd ..; npm run prepare-docs"
  61. },
  62. "version": "3.4.0"
  63. }