{ "_from": "create-react-class@^15.6.0", "_id": "create-react-class@15.6.2", "_inBundle": false, "_integrity": "sha1-zx7RXxKq1/FO9fLf4F5sQvke8Co=", "_location": "/create-react-class", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "create-react-class@^15.6.0", "name": "create-react-class", "escapedName": "create-react-class", "rawSpec": "^15.6.0", "saveSpec": null, "fetchSpec": "^15.6.0" }, "_requiredBy": [ "/react" ], "_resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.2.tgz", "_shasum": "cf1ed15f12aad7f14ef5f2dfe05e6c42f91ef02a", "_spec": "create-react-class@^15.6.0", "_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/react", "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/facebook/react/issues" }, "bundleDependencies": false, "dependencies": { "fbjs": "^0.8.9", "loose-envify": "^1.3.1", "object-assign": "^4.1.1" }, "deprecated": false, "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.2" }