react / wstein / node_modules / browserify / node_modules / concat-stream / node_modules / typedarray / package.json
80540 views{1"name": "typedarray",2"version": "0.0.6",3"description": "TypedArray polyfill for old browsers",4"main": "index.js",5"devDependencies": {6"tape": "~2.3.2"7},8"scripts": {9"test": "tape test/*.js test/server/*.js"10},11"repository": {12"type": "git",13"url": "git://github.com/substack/typedarray.git"14},15"homepage": "https://github.com/substack/typedarray",16"keywords": [17"ArrayBuffer",18"DataView",19"Float32Array",20"Float64Array",21"Int8Array",22"Int16Array",23"Int32Array",24"Uint8Array",25"Uint8ClampedArray",26"Uint16Array",27"Uint32Array",28"typed",29"array",30"polyfill"31],32"author": {33"name": "James Halliday",34"email": "[email protected]",35"url": "http://substack.net"36},37"license": "MIT",38"testling": {39"files": "test/*.js",40"browsers": [41"ie/6..latest",42"firefox/16..latest",43"firefox/nightly",44"chrome/22..latest",45"chrome/canary",46"opera/12..latest",47"opera/next",48"safari/5.1..latest",49"ipad/6.0..latest",50"iphone/6.0..latest",51"android-browser/4.2..latest"52]53},54"bugs": {55"url": "https://github.com/substack/typedarray/issues"56},57"_id": "[email protected]",58"dist": {59"shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",60"tarball": "http://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"61},62"_from": "typedarray@>=0.0.5 <0.1.0",63"_npmVersion": "1.4.3",64"_npmUser": {65"name": "substack",66"email": "[email protected]"67},68"maintainers": [69{70"name": "substack",71"email": "[email protected]"72}73],74"directories": {},75"_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",76"_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",77"readme": "ERROR: No README data found!"78}798081