AK-21/Graphite-Industrial-Intelligence
0
1{2 "name": "typedarray",3 "version": "0.0.6",4 "description": "TypedArray polyfill for old browsers",5 "main": "index.js",6 "devDependencies": {7 "tape": "~2.3.2"8 },9 "scripts": {10 "test": "tape test/*.js test/server/*.js"11 },12 "repository": {13 "type": "git",14 "url": "git://github.com/substack/typedarray.git"15 },16 "homepage": "https://github.com/substack/typedarray",17 "keywords": [18 "ArrayBuffer",19 "DataView",20 "Float32Array",21 "Float64Array",22 "Int8Array",23 "Int16Array",24 "Int32Array",25 "Uint8Array",26 "Uint8ClampedArray",27 "Uint16Array",28 "Uint32Array",29 "typed",30 "array",31 "polyfill"32 ],33 "author": {34 "name": "James Halliday",35 "email": "mail@substack.net",36 "url": "http://substack.net"37 },38 "license": "MIT",39 "testling": {40 "files": "test/*.js",41 "browsers": [42 "ie/6..latest",43 "firefox/16..latest",44 "firefox/nightly",45 "chrome/22..latest",46 "chrome/canary",47 "opera/12..latest",48 "opera/next",49 "safari/5.1..latest",50 "ipad/6.0..latest",51 "iphone/6.0..latest",52 "android-browser/4.2..latest"53 ]54 }55}56 