117 lines
4.6 KiB
JSON
117 lines
4.6 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "react-devtools-core@3.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "react-devtools-core",
|
||
|
"name": "react-devtools-core",
|
||
|
"rawSpec": "3.0.0",
|
||
|
"spec": "3.0.0",
|
||
|
"type": "version"
|
||
|
},
|
||
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native"
|
||
|
]
|
||
|
],
|
||
|
"_from": "react-devtools-core@3.0.0",
|
||
|
"_id": "react-devtools-core@3.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/react-devtools-core",
|
||
|
"_nodeVersion": "8.6.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/react-devtools-core-3.0.0.tgz_1510250913628_0.8220055198762566"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "gaearon",
|
||
|
"email": "dan.abramov@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "5.5.1",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "react-devtools-core@3.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "react-devtools-core",
|
||
|
"name": "react-devtools-core",
|
||
|
"rawSpec": "3.0.0",
|
||
|
"spec": "3.0.0",
|
||
|
"type": "version"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/react-native"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-3.0.0.tgz",
|
||
|
"_shasum": "f683e19f0311108f97dbb5b29d948323a1bf7c03",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "react-devtools-core@3.0.0",
|
||
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native",
|
||
|
"author": {
|
||
|
"name": "Jared Forsyth"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/facebook/react-devtools/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"shell-quote": "^1.6.1",
|
||
|
"ws": "^2.0.3"
|
||
|
},
|
||
|
"description": "Use react-devtools outside of the browser",
|
||
|
"devDependencies": {
|
||
|
"cross-env": "^3.1.4"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"integrity": "sha512-24oLTwNqZJceQXfAfKRp3PwCyg2agXAQhgGwe/x6V6CvjLmnMmba4/ut9S8JTIJq7pS9fpPaRDGo5u3923RLFA==",
|
||
|
"shasum": "f683e19f0311108f97dbb5b29d948323a1bf7c03",
|
||
|
"tarball": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-3.0.0.tgz"
|
||
|
},
|
||
|
"files": [
|
||
|
"build",
|
||
|
"index.js",
|
||
|
"standalone.js",
|
||
|
"vendor"
|
||
|
],
|
||
|
"homepage": "https://github.com/facebook/react-devtools#readme",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"main": "./build/backend.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "sophiebits",
|
||
|
"email": "npm@sophiebits.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "brianvaughn",
|
||
|
"email": "briandavidvaughn@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "acdlite",
|
||
|
"email": "acdlite@me.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "sebmarkbage",
|
||
|
"email": "sebastian@calyptus.eu"
|
||
|
},
|
||
|
{
|
||
|
"name": "gaearon",
|
||
|
"email": "dan.abramov@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "react-devtools-core",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# `react-devtools-core`\n\nA standalone React DevTools implementation. \n\nThis is a low-level package. \n**If you're looking for the Electron app you can run, use `react-devtools` package instead.**\n\n## Exports\n\n## `require('react-devtools-core').connectToDevTools(options)`\n\nThis is similar to `require('react-devtools')` in another package but providing more control. \nUnlike `require('react-devtools')`, it doesn't connect immediately, but exports a function.\n\nRun `connectToDevTools()` in the same context as React to set up a connection to DevTools. \nMake sure this runs *before* any `react`, `react-dom`, or `react-native` imports.\n\nThe `options` object may contain:\n\n* `host` (string), defaults to `'localhost'`.\n* `port` (number), defaults to `8097`.\n* `resolveRNStyle` (function), used by RN and `null` by default.\n\nNone of the options are required.\n\n## `require('react-devtools-core/standalone')`\n\nLets you render DevTools into a DOM node and have it listen to connections.\n\nFor example:\n\n```js\nrequire('react-devtools-core/standalone')\n .setContentDOMNode(document.getElementById('container'))\n .startServer(port);\n```\n\nYou can check the Electron shell in `react-devtools` package for a complete integration example.\n",
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"url": "git+https://github.com/facebook/react-devtools.git",
|
||
|
"type": "git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"backend": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js",
|
||
|
"backend:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch",
|
||
|
"build": "npm run backend && npm run standalone",
|
||
|
"prepublish": "npm run build",
|
||
|
"standalone": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js",
|
||
|
"standalone:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch"
|
||
|
},
|
||
|
"version": "3.0.0"
|
||
|
}
|