You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.1 KiB

{
"_from": "create-react-class@^15.6.0",
"_id": "create-react-class@15.6.3",
"_inBundle": false,
"_integrity": "sha1-LXMjf7P5cK5uvgEanmb0bbyoADY=",
"_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-native-swipeout"
],
"_resolved": "https://registry.npm.taobao.org/create-react-class/download/create-react-class-15.6.3.tgz",
"_shasum": "2d73237fb3f970ae6ebe011a9e66f46dbca80036",
"_spec": "create-react-class@^15.6.0",
"_where": "/Users/zq/Desktop/hngs/node_modules/react-native-swipeout",
"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.3"
}