UNPKG

1.6 kBJSONView Raw
1{
2 "_from": "react@0.0.0-4a1072194",
3 "_id": "react@0.0.0-4a1072194",
4 "_inBundle": false,
5 "_integrity": "sha512-ZUj2lkUDLjwJaGu4WD0dYSvsfIyhQt2l/AJDlg4ij+rCDU3fSFKgHWanNovViUoaWHAxgrpft3KGFfvWPZH5LA==",
6 "_location": "/react",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "react@0.0.0-4a1072194",
12 "name": "react",
13 "escapedName": "react",
14 "rawSpec": "0.0.0-4a1072194",
15 "saveSpec": null,
16 "fetchSpec": "0.0.0-4a1072194"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/react/-/react-0.0.0-4a1072194.tgz",
23 "_shasum": "eca0e35d0d40fd15770de2e46073aeb654723443",
24 "_spec": "react@0.0.0-4a1072194",
25 "_where": "/Users/acdlite/Code/react/build/node_modules",
26 "browserify": {
27 "transform": [
28 "loose-envify"
29 ]
30 },
31 "bugs": {
32 "url": "https://github.com/facebook/react/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "loose-envify": "^1.1.0",
37 "object-assign": "^4.1.1",
38 "prop-types": "^15.6.2",
39 "scheduler": "^0.12.0"
40 },
41 "deprecated": false,
42 "description": "React is a JavaScript library for building user interfaces.",
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "LICENSE",
48 "README.md",
49 "build-info.json",
50 "index.js",
51 "cjs/",
52 "umd/"
53 ],
54 "homepage": "https://reactjs.org/",
55 "keywords": [
56 "react"
57 ],
58 "license": "MIT",
59 "main": "index.js",
60 "name": "react",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/facebook/react.git"
64 },
65 "version": "16.7.0"
66}