WIP - add extractor, generate snippet_data
This commit is contained in:
103
node_modules/react-side-effect/package.json
generated
vendored
Normal file
103
node_modules/react-side-effect/package.json
generated
vendored
Normal file
@ -0,0 +1,103 @@
|
||||
{
|
||||
"_from": "react-side-effect@^1.1.0",
|
||||
"_id": "react-side-effect@1.1.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Z2ZJE4p/jIfvUpiUMRydEVpQRf2f8GMHczT6qLcARmX7QRb28JDBTpnM2g/i5y/p7ZDEXYGHWg0RbhikE+hJRw==",
|
||||
"_location": "/react-side-effect",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "react-side-effect@^1.1.0",
|
||||
"name": "react-side-effect",
|
||||
"escapedName": "react-side-effect",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/react-helmet"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.5.tgz",
|
||||
"_shasum": "f26059e50ed9c626d91d661b9f3c8bb38cd0ff2d",
|
||||
"_spec": "react-side-effect@^1.1.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/react-helmet",
|
||||
"author": {
|
||||
"name": "Dan Abramov",
|
||||
"email": "dan.abramov@me.com",
|
||||
"url": "http://github.com/gaearon"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gaearon/react-side-effect/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Louis DeScioli",
|
||||
"email": "louis.descioli@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"exenv": "^1.2.1",
|
||||
"shallowequal": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Create components whose prop changes map to a global side effect",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.18.0",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"babel-register": "^6.18.0",
|
||||
"chai": "^3.2.0",
|
||||
"enzyme": "^2.7.0",
|
||||
"gzip-size": "^4.1.0",
|
||||
"isparta": "^4.0.0",
|
||||
"jsdom": "^9.9.1",
|
||||
"mocha": "^3.2.0",
|
||||
"pretty-bytes": "^4.0.2",
|
||||
"react": "^15.4.2",
|
||||
"react-addons-test-utils": "^15.4.2",
|
||||
"react-dom": "^15.4.2",
|
||||
"rimraf": "^2.4.3",
|
||||
"rollup": "^0.56.2",
|
||||
"rollup-plugin-babel": "^3.0.2",
|
||||
"rollup-plugin-commonjs": "^8.3.0",
|
||||
"rollup-plugin-node-resolve": "^3.0.3",
|
||||
"rollup-plugin-uglify": "^3.0.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/gaearon/react-side-effect",
|
||||
"keywords": [
|
||||
"react",
|
||||
"component",
|
||||
"side",
|
||||
"effect"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "react-side-effect",
|
||||
"peerDependencies": {
|
||||
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gaearon/react-side-effect.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"clean": "rimraf lib",
|
||||
"prepare": "npm test && npm run clean && npm run build",
|
||||
"test": "mocha",
|
||||
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha",
|
||||
"test:watch": "mocha --watch"
|
||||
},
|
||||
"version": "1.1.5"
|
||||
}
|
||||
Reference in New Issue
Block a user