Static Analyzer for Solidity
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.
slither/tests/test_node_modules/node_modules/@openzeppelin/contracts/package.json

63 lines
1.7 KiB

{
"_from": "@openzeppelin/contracts",
"_id": "@openzeppelin/contracts@4.4.0",
"_inBundle": false,
"_integrity": "sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==",
"_location": "/@openzeppelin/contracts",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@openzeppelin/contracts",
"name": "@openzeppelin/contracts",
"escapedName": "@openzeppelin%2fcontracts",
"scope": "@openzeppelin",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.4.0.tgz",
"_shasum": "4a1df71f736c31230bbbd634dfb006a756b51e6b",
"_spec": "@openzeppelin/contracts",
"_where": "/home/monty/tob/tools/slither/tests/test_node_modules",
"author": {
"name": "OpenZeppelin Community",
"email": "maintainers@openzeppelin.org"
},
"bugs": {
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Secure Smart Contract library for Solidity",
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks/**/*"
],
"homepage": "https://openzeppelin.com/contracts/",
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"license": "MIT",
"name": "@openzeppelin/contracts",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenZeppelin/openzeppelin-contracts.git"
},
"scripts": {
"prepare": "bash ../scripts/prepare-contracts-package.sh",
"prepare-docs": "cd ..; npm run prepare-docs"
},
"version": "4.4.0"
}