react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / contextify / package.json
80676 views{1"name": "contextify",2"version": "0.1.14",3"description": "Turn an object into a persistent execution context.",4"author": {5"name": "Brian McDaniel",6"email": "[email protected]"7},8"contributors": [9{10"name": "Assaf Arkin",11"email": "[email protected]",12"url": "http://labnotes.org/"13},14{15"name": "Benjamin Byholm",16"url": "https://research.it.abo.fi/people/bbyholm"17},18{19"name": "Marshall Roch",20"email": "[email protected]"21},22{23"name": "Nathan Rajlich",24"email": "[email protected]",25"url": "http://n8.io"26},27{28"name": "Paul Tan",29"url": "https://github.com/pyokagan"30},31{32"name": "Jeremy Stashewsky",33"email": "[email protected]"34},35{36"name": "Rex Morgan",37"url": "http://www.rexflex.net/"38},39{40"name": "Tom Gallacher",41"email": "[email protected]",42"url": "http://tomg.co"43},44{45"name": "Kevin Decker",46"email": "[email protected]",47"url": "http://www.incaseofstairs.com"48},49{50"name": "Sergei Ianovich",51"url": "https://github.com/yanovich"52},53{54"name": "Andrew Paprocki",55"url": "https://github.com/apaprocki"56},57{58"name": "Trygve Lie",59"url": "https://github.com/trygve-lie"60}61],62"keywords": [63"context",64"vm"65],66"repository": {67"type": "git",68"url": "https://github.com/brianmcd/contextify.git"69},70"main": "./lib/contextify",71"scripts": {72"test": "nodeunit test/",73"install": "node-gyp rebuild"74},75"engines": {76"node": ">=0.4.0"77},78"licenses": [79{80"type": "MIT",81"url": "http://github.com/brianmcd/contextify/blob/master/LICENSE.txt"82}83],84"dependencies": {85"bindings": "*",86"nan": "~1.8.4"87},88"devDependencies": {89"nodeunit": ">=0.5.x"90},91"gypfile": true,92"gitHead": "1ed0631b435f6301986cc0890c36a29d5c55de97",93"bugs": {94"url": "https://github.com/brianmcd/contextify/issues"95},96"homepage": "https://github.com/brianmcd/contextify",97"_id": "[email protected]",98"_shasum": "923667123ba1b96657b9cbd1a8aeb5e8a86ea0da",99"_from": "contextify@>=0.1.5 <0.2.0",100"_npmVersion": "2.7.4",101"_nodeVersion": "0.12.2",102"_npmUser": {103"name": "brianmcd",104"email": "[email protected]"105},106"maintainers": [107{108"name": "brianmcd",109"email": "[email protected]"110}111],112"dist": {113"shasum": "923667123ba1b96657b9cbd1a8aeb5e8a86ea0da",114"tarball": "http://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz"115},116"directories": {},117"_resolved": "https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz"118}119120121