101 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "_from": "react-proxy@^2.0.8",
 | |
|   "_id": "react-proxy@2.0.8",
 | |
|   "_inBundle": false,
 | |
|   "_integrity": "sha1-dq54yb5OVNQJz+x7t9UT7H8bKEw=",
 | |
|   "_location": "/react-proxy",
 | |
|   "_phantomChildren": {},
 | |
|   "_requested": {
 | |
|     "type": "range",
 | |
|     "registry": true,
 | |
|     "raw": "react-proxy@^2.0.8",
 | |
|     "name": "react-proxy",
 | |
|     "escapedName": "react-proxy",
 | |
|     "rawSpec": "^2.0.8",
 | |
|     "saveSpec": null,
 | |
|     "fetchSpec": "^2.0.8"
 | |
|   },
 | |
|   "_requiredBy": [
 | |
|     "/haxe-modular"
 | |
|   ],
 | |
|   "_resolved": "https://registry.npmjs.org/react-proxy/-/react-proxy-2.0.8.tgz",
 | |
|   "_shasum": "76ae78c9be4e54d409cfec7bb7d513ec7f1b284c",
 | |
|   "_spec": "react-proxy@^2.0.8",
 | |
|   "_where": "/home/andreas/Documents/Projects/haxe/openfl/nigger/node_modules/haxe-modular",
 | |
|   "author": {
 | |
|     "name": "Dan Abramov",
 | |
|     "email": "dan.abramov@me.com",
 | |
|     "url": "http://github.com/gaearon"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/gaearon/react-proxy/issues"
 | |
|   },
 | |
|   "bundleDependencies": false,
 | |
|   "dependencies": {
 | |
|     "lodash": "^4.6.1"
 | |
|   },
 | |
|   "deprecated": false,
 | |
|   "description": "Proxies React components without unmounting or losing their state.",
 | |
|   "devDependencies": {
 | |
|     "babel-cli": "^6.3.17",
 | |
|     "babel-core": "^6.3.21",
 | |
|     "babel-loader": "^6.2.0",
 | |
|     "babel-plugin-check-es2015-constants": "^6.3.13",
 | |
|     "babel-plugin-syntax-jsx": "^6.3.13",
 | |
|     "babel-plugin-transform-class-properties": "^6.5.0",
 | |
|     "babel-plugin-transform-decorators-legacy": "^1.2.0",
 | |
|     "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-block-scoping": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-classes": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-computed-properties": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-destructuring": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-for-of": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-function-name": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-literals": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-object-super": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-parameters": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-spread": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-template-literals": "^6.3.13",
 | |
|     "babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
 | |
|     "babel-plugin-transform-flow-strip-types": "^6.5.0",
 | |
|     "babel-plugin-transform-object-rest-spread": "^6.3.13",
 | |
|     "babel-plugin-transform-react-display-name": "^6.4.0",
 | |
|     "babel-plugin-transform-react-jsx": "^6.4.0",
 | |
|     "babel-preset-es2015": "^6.6.0",
 | |
|     "babel-preset-react": "^6.5.0",
 | |
|     "expect": "^1.9.0",
 | |
|     "mocha": "^2.2.4",
 | |
|     "react": "^0.14.0",
 | |
|     "react-addons-test-utils": "^0.14.0",
 | |
|     "rimraf": "^2.4.2",
 | |
|     "webpack": "1.4.8"
 | |
|   },
 | |
|   "files": [
 | |
|     "dist",
 | |
|     "modules",
 | |
|     "src"
 | |
|   ],
 | |
|   "homepage": "https://github.com/gaearon/react-proxy",
 | |
|   "license": "MIT",
 | |
|   "main": "modules/index.js",
 | |
|   "name": "react-proxy",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/gaearon/react-proxy.git"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "rimraf modules dist && NODE_ENV=babel-es2015 webpack && NODE_ENV=babel-es2015 babel src --out-dir modules",
 | |
|     "prepublish": "npm run build && npm test",
 | |
|     "test": "npm run test:babel-es2015 && npm run test:native-es2015",
 | |
|     "test:babel-es2015": "NODE_ENV=babel-es2015 mocha --compilers js:babel-core/register --recursive ./test",
 | |
|     "test:native-es2015": "NODE_ENV=native-es2015 mocha --compilers js:babel-core/register --recursive ./test",
 | |
|     "test:native-es2015:watch": "npm run test:native-es2015 -- --watch",
 | |
|     "test:watch": "npm run test:babel-es2015 -- --watch"
 | |
|   },
 | |
|   "version": "2.0.8"
 | |
| }
 |