63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"_from": "react-devtools-core@^4.6.0",
|
|
"_id": "react-devtools-core@4.15.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Y1NwrWSKRg4TtwcES2upzXFDmccAW9jrGQG2D8EGQrZhK+0hmuhgFnSdKpFc3z04CSeDT5t83RMXcmX5TkR1dA==",
|
|
"_location": "/react-devtools-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "react-devtools-core@^4.6.0",
|
|
"name": "react-devtools-core",
|
|
"escapedName": "react-devtools-core",
|
|
"rawSpec": "^4.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.15.0.tgz",
|
|
"_shasum": "c0fa2a0a1c966bef2705d52aacee3f143cfac092",
|
|
"_spec": "react-devtools-core@^4.6.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"shell-quote": "^1.6.1",
|
|
"ws": "^7"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Use react-devtools outside of the browser",
|
|
"devDependencies": {
|
|
"cross-env": "^3.1.4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"backend.js",
|
|
"build-info.json",
|
|
"standalone.js"
|
|
],
|
|
"homepage": "https://github.com/facebook/react#readme",
|
|
"license": "MIT",
|
|
"main": "./dist/backend.js",
|
|
"name": "react-devtools-core",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "packages/react-devtools-core"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:backend && yarn build:standalone",
|
|
"build:backend": "cross-env NODE_ENV=production webpack --config webpack.backend.js",
|
|
"build:standalone": "cross-env NODE_ENV=production webpack --config webpack.standalone.js",
|
|
"prepublish": "yarn run build",
|
|
"start:backend": "cross-env NODE_ENV=development webpack --config webpack.backend.js --watch",
|
|
"start:standalone": "cross-env NODE_ENV=development webpack --config webpack.standalone.js --watch"
|
|
},
|
|
"version": "4.15.0"
|
|
}
|