127 lines
3.6 KiB
JSON
127 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "create-react-class@^15.5.2",
|
|
"scope": null,
|
|
"escapedName": "create-react-class",
|
|
"name": "create-react-class",
|
|
"rawSpec": "^15.5.2",
|
|
"spec": ">=15.5.2 <16.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native"
|
|
]
|
|
],
|
|
"_from": "create-react-class@>=15.5.2 <16.0.0",
|
|
"_id": "create-react-class@15.6.3",
|
|
"_inCache": true,
|
|
"_location": "/create-react-class",
|
|
"_nodeVersion": "8.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/create-react-class-15.6.3.tgz_1517347241795_0.263311407295987"
|
|
},
|
|
"_npmUser": {
|
|
"name": "brianvaughn",
|
|
"email": "briandavidvaughn@gmail.com"
|
|
},
|
|
"_npmVersion": "5.3.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "create-react-class@^15.5.2",
|
|
"scope": null,
|
|
"escapedName": "create-react-class",
|
|
"name": "create-react-class",
|
|
"rawSpec": "^15.5.2",
|
|
"spec": ">=15.5.2 <16.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz",
|
|
"_shasum": "2d73237fb3f970ae6ebe011a9e66f46dbca80036",
|
|
"_shrinkwrap": null,
|
|
"_spec": "create-react-class@^15.5.2",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native",
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==",
|
|
"shasum": "2d73237fb3f970ae6ebe011a9e66f46dbca80036",
|
|
"tarball": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz"
|
|
},
|
|
"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",
|
|
"maintainers": [
|
|
{
|
|
"name": "sophiebits",
|
|
"email": "npm2@sophiebits.com"
|
|
},
|
|
{
|
|
"name": "trueadm",
|
|
"email": "dg@domgan.com"
|
|
},
|
|
{
|
|
"name": "gaearon",
|
|
"email": "dan.abramov@gmail.com"
|
|
},
|
|
{
|
|
"name": "brianvaughn",
|
|
"email": "briandavidvaughn@gmail.com"
|
|
},
|
|
{
|
|
"name": "fb",
|
|
"email": "opensource+npm@fb.com"
|
|
}
|
|
],
|
|
"name": "create-react-class",
|
|
"optionalDependencies": {},
|
|
"readme": "# create-react-class\n\nA drop-in replacement for `React.createClass`.\n\nRefer to the [React documentation](https://facebook.github.io/react/docs/react-without-es6.html) for more information.\n",
|
|
"readmeFilename": "README.md",
|
|
"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"
|
|
}
|