109 lines
3.8 KiB
JSON
109 lines
3.8 KiB
JSON
{
|
|
"_from": "redux-thunk@^2.3.0",
|
|
"_id": "redux-thunk@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==",
|
|
"_location": "/redux-thunk",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "redux-thunk@^2.3.0",
|
|
"name": "redux-thunk",
|
|
"escapedName": "redux-thunk",
|
|
"rawSpec": "^2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz",
|
|
"_shasum": "51c2c19a185ed5187aaa9a2d08b666d0d6467622",
|
|
"_spec": "redux-thunk@^2.3.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Dan Abramov",
|
|
"email": "dan.abramov@me.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/reduxjs/redux-thunk/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Thunk middleware for Redux.",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.6.5",
|
|
"babel-core": "^6.6.5",
|
|
"babel-eslint": "^5.0.0-beta4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-check-es2015-constants": "^6.6.5",
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
|
|
"babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.6.5",
|
|
"babel-plugin-transform-es2015-classes": "^6.6.5",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.6.5",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
|
|
"babel-plugin-transform-es2015-for-of": "^6.6.0",
|
|
"babel-plugin-transform-es2015-function-name": "^6.5.0",
|
|
"babel-plugin-transform-es2015-literals": "^6.5.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.5",
|
|
"babel-plugin-transform-es2015-object-super": "^6.6.5",
|
|
"babel-plugin-transform-es2015-parameters": "^6.6.5",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
|
|
"babel-plugin-transform-es2015-spread": "^6.6.5",
|
|
"babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.6.5",
|
|
"babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.5.0",
|
|
"chai": "^3.2.0",
|
|
"cross-env": "^1.0.7",
|
|
"eslint": "^1.10.2",
|
|
"eslint-config-airbnb": "1.0.2",
|
|
"eslint-plugin-react": "^4.1.0",
|
|
"mocha": "^2.2.5",
|
|
"redux": "~4.0.0",
|
|
"rimraf": "^2.5.2",
|
|
"typescript": "~2.6.2",
|
|
"typings-tester": "^0.3.1",
|
|
"webpack": "^1.12.14"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"dist",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/reduxjs/redux-thunk",
|
|
"keywords": [
|
|
"redux",
|
|
"thunk",
|
|
"middleware",
|
|
"redux-middleware",
|
|
"flux"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"name": "redux-thunk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reduxjs/redux-thunk.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min && npm run build:es",
|
|
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
|
|
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
|
|
"build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack",
|
|
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack",
|
|
"clean": "rimraf lib dist es",
|
|
"lint": "eslint src test",
|
|
"prepare": "npm run clean && npm run lint && npm run test && npm run build",
|
|
"test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-core/register --reporter spec test/*.js"
|
|
},
|
|
"typings": "./index.d.ts",
|
|
"version": "2.3.0"
|
|
}
|