Files
Speedtest-Tracker/conf/site/node_modules/@restart/hooks/package.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

73 lines
1.8 KiB
JSON

{
"_from": "@restart/hooks@^0.3.21",
"_id": "@restart/hooks@0.3.22",
"_inBundle": false,
"_integrity": "sha512-tW0T3hP6emYNOc76/iC96rlu+f7JYLSVk/Wnn+7dj1gJUcw4CkQNLy16vx2mBLtVKsFMZ9miVEZXat8blruDHQ==",
"_location": "/@restart/hooks",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@restart/hooks@^0.3.21",
"name": "@restart/hooks",
"escapedName": "@restart%2fhooks",
"scope": "@restart",
"rawSpec": "^0.3.21",
"saveSpec": null,
"fetchSpec": "^0.3.21"
},
"_requiredBy": [
"/react-bootstrap",
"/react-overlays"
],
"_resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.22.tgz",
"_shasum": "bb7e27c832bf576f56977d0a0b8b9d8ccee877b8",
"_spec": "@restart/hooks@^0.3.21",
"_where": "/home/henry/Documents/git/Speedtest-checker/node_modules/react-bootstrap",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"bugs": {
"url": "https://github.com/react-restart/hooks/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "^4.17.15",
"lodash-es": "^4.17.15"
},
"deprecated": false,
"homepage": "https://github.com/react-restart/hooks#readme",
"jest": {
"preset": "@4c",
"setupFilesAfterEnv": [
"./test/setup.js"
]
},
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "@restart/hooks",
"peerDependencies": {
"react": "^16.8.0"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"publishConfig": {
"access": "public",
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-common-hooks.git"
},
"types": "cjs/index.d.ts",
"version": "0.3.22"
}