GT2/GT2-iOS/node_modules/react/package.json

130 lines
3.7 KiB
JSON

{
"_args": [
[
{
"raw": "react@^16.0.0",
"scope": null,
"escapedName": "react",
"name": "react",
"rawSpec": "^16.0.0",
"spec": ">=16.0.0 <17.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
]
],
"_from": "react@>=16.0.0 <17.0.0",
"_id": "react@16.2.0",
"_inCache": true,
"_location": "/react",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-16.2.0.tgz_1511904748706_0.42818006593734026"
},
"_npmUser": {
"name": "clemmy",
"email": "clement.hoang24@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "react@^16.0.0",
"scope": null,
"escapedName": "react",
"name": "react",
"rawSpec": "^16.0.0",
"spec": ">=16.0.0 <17.0.0",
"type": "range"
},
"_requiredBy": [
"/xdl"
],
"_resolved": "https://registry.npmjs.org/react/-/react-16.2.0.tgz",
"_shasum": "a31bd2dab89bff65d42134fa187f24d054c273ba",
"_shrinkwrap": null,
"_spec": "react@^16.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"dependencies": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
},
"description": "React is a JavaScript library for building user interfaces.",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-ZmIomM7EE1DvPEnSFAHZn9Vs9zJl5A9H7el0EGTE6ZbW9FKe/14IYAlPbC8iH25YarEQxZL+E8VW7Mi7kfQrDQ==",
"shasum": "a31bd2dab89bff65d42134fa187f24d054c273ba",
"tarball": "https://registry.npmjs.org/react/-/react-16.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/",
"umd/"
],
"homepage": "https://reactjs.org/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "clemmy",
"email": "clement.hoang24@gmail.com"
},
{
"name": "acdlite",
"email": "acdlite@me.com"
},
{
"name": "sophiebits",
"email": "npm@sophiebits.com"
},
{
"name": "flarnie",
"email": "flarnie.npm@gmail.com"
},
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
},
{
"name": "trueadm",
"email": "dg@domgan.com"
},
{
"name": "brianvaughn",
"email": "briandavidvaughn@gmail.com"
},
{
"name": "fb",
"email": "opensource+npm@fb.com"
}
],
"name": "react",
"optionalDependencies": {},
"readme": "# react\n\nAn npm package to get you immediate access to [React](https://reactjs.org/),\nwithout also requiring the JSX transformer. This is especially useful for cases where you\nwant to [`browserify`](https://github.com/substack/node-browserify) your module using\n`React`.\n\n**Note:** by default, React will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages.\n\nTo use React in production mode, set the environment variable `NODE_ENV` to `production`. A minifier that performs dead-code elimination such as [UglifyJS](https://github.com/mishoo/UglifyJS2) is recommended to completely remove the extra code present in development mode.\n\n## Example Usage\n\n```js\nvar React = require('react');\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"version": "16.2.0"
}