12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_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": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1",
- "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"
- }
|