80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
|
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"create-react-class@15.6.3",
|
||
|
|
"/home/adsumus/Documents/code/thingsboard/ui"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "create-react-class@15.6.3",
|
||
|
|
"_id": "create-react-class@15.6.3",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==",
|
||
|
|
"_location": "/create-react-class",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "create-react-class@15.6.3",
|
||
|
|
"name": "create-react-class",
|
||
|
|
"escapedName": "create-react-class",
|
||
|
|
"rawSpec": "15.6.3",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "15.6.3"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/rc-menu",
|
||
|
|
"/rc-trigger",
|
||
|
|
"/react"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz",
|
||
|
|
"_spec": "15.6.3",
|
||
|
|
"_where": "/home/adsumus/Documents/code/thingsboard/ui",
|
||
|
|
"browserify": {
|
||
|
|
"transform": [
|
||
|
|
"loose-envify"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/facebook/react/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"fbjs": "^0.8.9",
|
||
|
|
"loose-envify": "^1.3.1",
|
||
|
|
"object-assign": "^4.1.1"
|
||
|
|
},
|
||
|
|
"description": "Legacy API for creating React components.",
|
||
|
|
"devDependencies": {
|
||
|
|
"jest": "^19.0.2",
|
||
|
|
"prop-types": "^15.5.10",
|
||
|
|
"react": "^15.5.4",
|
||
|
|
"react-dom": "^15.5.4",
|
||
|
|
"webpack": "^2.6.1"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"LICENSE",
|
||
|
|
"factory.js",
|
||
|
|
"index.js",
|
||
|
|
"create-react-class.js",
|
||
|
|
"create-react-class.min.js"
|
||
|
|
],
|
||
|
|
"homepage": "https://facebook.github.io/react/",
|
||
|
|
"keywords": [
|
||
|
|
"react"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"name": "create-react-class",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/facebook/react.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "npm run build:dev && npm run build:prod",
|
||
|
|
"build:dev": "NODE_ENV=development webpack && TEST_ENTRY=./create-react-class.js jest",
|
||
|
|
"build:prod": "NODE_ENV=production webpack && NODE_ENV=production TEST_ENTRY=./create-react-class.min.js jest",
|
||
|
|
"prepublish": "npm test && npm run build",
|
||
|
|
"test": "TEST_ENTRY=./index.js jest"
|
||
|
|
},
|
||
|
|
"version": "15.6.3"
|
||
|
|
}
|