Files
portfolio/node_modules/react/package.json
2021-09-20 16:54:47 -04:00

68 lines
1.5 KiB
JSON

{
"_from": "react",
"_id": "react@17.0.2",
"_inBundle": false,
"_integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
"_location": "/react",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react",
"name": "react",
"escapedName": "react",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
"_shasum": "d0b5cc516d29eb3eee383f75b62864cfb6800037",
"_spec": "react",
"_where": "/Users/tylerkoenig/Code/personal/react-scss2",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"bundleDependencies": false,
"dependencies": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
},
"deprecated": false,
"description": "React is a JavaScript library for building user interfaces.",
"engines": {
"node": ">=0.10.0"
},
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
"cjs/",
"umd/",
"jsx-runtime.js",
"jsx-dev-runtime.js"
],
"homepage": "https://reactjs.org/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"name": "react",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git",
"directory": "packages/react"
},
"version": "17.0.2"
}