create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
140 lines (139 loc) • 3.72 kB
JSON
{
"_args": [
[
{
"raw": "react-hot-loader@3.0.0-beta.3",
"scope": null,
"escapedName": "react-hot-loader",
"name": "react-hot-loader",
"rawSpec": "3.0.0-beta.3",
"spec": "3.0.0-beta.3",
"type": "version"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg"
]
],
"_from": "react-hot-loader@3.0.0-beta.3",
"_id": "react-hot-loader@3.0.0-beta.3",
"_inCache": true,
"_installable": true,
"_location": "/react-hot-loader",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-hot-loader-3.0.0-beta.3.tgz_1472914113264_0.8821046315133572"
},
"_npmUser": {
"name": "calesce",
"email": "newman.cale@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {
"amdefine": "1.0.0"
},
"_requested": {
"raw": "react-hot-loader@3.0.0-beta.3",
"scope": null,
"escapedName": "react-hot-loader",
"name": "react-hot-loader",
"rawSpec": "3.0.0-beta.3",
"spec": "3.0.0-beta.3",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-3.0.0-beta.3.tgz",
"_shasum": "5034928899da917e72a801f1c626e7ba63fd1b9c",
"_shrinkwrap": null,
"_spec": "react-hot-loader@3.0.0-beta.3",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg",
"author": {
"name": "Dan Abramov"
},
"bugs": {
"url": "https://github.com/gaearon/react-hot-loader/issues"
},
"dependencies": {
"babel-template": "^6.7.0",
"global": "^4.3.0",
"react-deep-force-update": "^2.0.1",
"react-proxy": "^3.0.0-alpha.0",
"redbox-react": "^1.2.5",
"source-map": "^0.4.4"
},
"description": "Tweak React components in real time.",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"enzyme": "^2.2.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"expect": "^1.16.0",
"jsdom": "^8.4.1",
"mocha": "^2.4.5",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"recompose": "^0.17.0",
"rimraf": "^2.5.2"
},
"directories": {},
"dist": {
"shasum": "5034928899da917e72a801f1c626e7ba63fd1b9c",
"tarball": "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-3.0.0-beta.3.tgz"
},
"files": [
"lib",
"babel.js",
"patch.js",
"webpack.js"
],
"gitHead": "ffb51558cf81ce391f88a6e13109e2120d78784d",
"homepage": "https://github.com/gaearon/react-hot-loader",
"keywords": [
"react",
"javascript",
"webpack",
"hmr",
"livereload",
"live",
"edit",
"hot",
"loader",
"reload"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "calesce",
"email": "newman.cale@gmail.com"
},
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "react-hot-loader",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-hot-loader.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rimraf lib",
"lint": "eslint .",
"prepublish": "npm run clean && npm run build",
"test": "mocha --compilers js:babel-core/register ./test",
"test:watch": "npm run test -- --watch"
},
"version": "3.0.0-beta.3"
}