UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

108 lines (107 loc) 2.78 kB
{ "_args": [ [ "react-sticky@^3.0.0", "/Users/nick/codes/twreporter-react" ] ], "_from": "react-sticky@>=3.0.0 <4.0.0", "_id": "react-sticky@3.0.0", "_inCache": true, "_installable": true, "_location": "/react-sticky", "_nodeVersion": "4.2.1", "_npmUser": { "email": "dbarbalato@gmail.com", "name": "dbarbalato" }, "_npmVersion": "3.3.8", "_phantomChildren": {}, "_requested": { "name": "react-sticky", "raw": "react-sticky@^3.0.0", "rawSpec": "^3.0.0", "scope": null, "spec": ">=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-sticky/-/react-sticky-3.0.0.tgz", "_shasum": "c45237a158fd4d56899990ba0a4065d44bcc27ae", "_shrinkwrap": null, "_spec": "react-sticky@^3.0.0", "_where": "/Users/nick/codes/twreporter-react", "author": { "name": "Captivation Software" }, "bugs": { "url": "https://github.com/captivationsoftware/react-sticky/issues" }, "contributors": [ { "name": "Aaron Goin", "email": "aarondgoin@gmail.com" }, { "name": "Alejandro Tardin", "email": "alejandro@tardin.com" }, { "name": "Josh Carr", "email": "joshcarr@gmail.com" }, { "name": "George Lifchits", "email": "george.lifchits@gmail.com" } ], "dependencies": { "react": "^0.14.0", "react-dom": "^0.14.0" }, "description": "Sticky component for React", "devDependencies": { "babel": "^5.8.21", "browserify": "^11.0.1", "chai": "^3.2.0", "jsdom": "6.x", "lodash": "^3.10.1", "minifyify": "^7.0.5", "mocha": "^2.2.5", "react-addons-test-utils": "^0.14.0" }, "directories": {}, "dist": { "shasum": "c45237a158fd4d56899990ba0a4065d44bcc27ae", "tarball": "http://registry.npmjs.org/react-sticky/-/react-sticky-3.0.0.tgz" }, "gitHead": "fe47a483ad0e1462d7d55e0bdd47a400e00daa4b", "homepage": "https://github.com/captivationsoftware/react-sticky", "keywords": [ "React", "Sticky", "react-component" ], "license": "MIT", "main": "./lib/sticky", "maintainers": [ { "name": "dbarbalato", "email": "dbarbalato@gmail.com" } ], "name": "react-sticky", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/captivationsoftware/react-sticky.git" }, "scripts": { "prepublish": "browserify --no-bundle-external -p [minifyify --map sticky.js.map --output ./dist/sticky.js.map --uglify --compress --dead_code--comparisons 0 ] -s Sticky ./lib/sticky.js --debug > ./dist/sticky.min.js", "test": "mocha --compilers js:babel/register" }, "version": "3.0.0" }