aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedarray
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/typedarray
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/typedarray')
-rw-r--r--node_modules/typedarray/package.json88
1 files changed, 15 insertions, 73 deletions
diff --git a/node_modules/typedarray/package.json b/node_modules/typedarray/package.json
index 2e4b3e3b8..a7854a0fc 100644
--- a/node_modules/typedarray/package.json
+++ b/node_modules/typedarray/package.json
@@ -1,62 +1,17 @@
{
- "_args": [
- [
- {
- "raw": "typedarray@~0.0.5",
- "scope": null,
- "escapedName": "typedarray",
- "name": "typedarray",
- "rawSpec": "~0.0.5",
- "spec": ">=0.0.5 <0.1.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/concat-stream"
- ]
- ],
- "_from": "typedarray@>=0.0.5 <0.1.0",
- "_id": "typedarray@0.0.6",
- "_inCache": true,
- "_location": "/typedarray",
- "_npmUser": {
- "name": "substack",
- "email": "mail@substack.net"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "typedarray@~0.0.5",
- "scope": null,
- "escapedName": "typedarray",
- "name": "typedarray",
- "rawSpec": "~0.0.5",
- "spec": ">=0.0.5 <0.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/concat-stream"
- ],
- "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
- "_shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
- "_shrinkwrap": null,
- "_spec": "typedarray@~0.0.5",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/concat-stream",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/typedarray/issues"
- },
- "dependencies": {},
+ "name": "typedarray",
+ "version": "0.0.6",
"description": "TypedArray polyfill for old browsers",
+ "main": "index.js",
"devDependencies": {
"tape": "~2.3.2"
},
- "directories": {},
- "dist": {
- "shasum": "867ac74e3864187b1d3d47d996a78ec5c8830777",
- "tarball": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
+ "scripts": {
+ "test": "tape test/*.js test/server/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/substack/typedarray.git"
},
"homepage": "https://github.com/substack/typedarray",
"keywords": [
@@ -75,24 +30,12 @@
"array",
"polyfill"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "substack",
- "email": "mail@substack.net"
- }
- ],
- "name": "typedarray",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/typedarray.git"
- },
- "scripts": {
- "test": "tape test/*.js test/server/*.js"
+ "author": {
+ "name": "James Halliday",
+ "email": "mail@substack.net",
+ "url": "http://substack.net"
},
+ "license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
@@ -108,6 +51,5 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
- },
- "version": "0.0.6"
+ }
}