aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isarray/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/isarray/package.json')
-rw-r--r--node_modules/isarray/package.json109
1 files changed, 31 insertions, 78 deletions
diff --git a/node_modules/isarray/package.json b/node_modules/isarray/package.json
index 21d06ed77..1a4317a9c 100644
--- a/node_modules/isarray/package.json
+++ b/node_modules/isarray/package.json
@@ -1,92 +1,45 @@
{
- "_args": [
- [
- {
- "raw": "isarray@0.0.1",
- "scope": null,
- "escapedName": "isarray",
- "name": "isarray",
- "rawSpec": "0.0.1",
- "spec": "0.0.1",
- "type": "version"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/readable-stream"
- ]
- ],
- "_from": "isarray@0.0.1",
- "_id": "isarray@0.0.1",
- "_inCache": true,
- "_location": "/isarray",
- "_npmUser": {
- "name": "juliangruber",
- "email": "julian@juliangruber.com"
- },
- "_npmVersion": "1.2.18",
- "_phantomChildren": {},
- "_requested": {
- "raw": "isarray@0.0.1",
- "scope": null,
- "escapedName": "isarray",
- "name": "isarray",
- "rawSpec": "0.0.1",
- "spec": "0.0.1",
- "type": "version"
- },
- "_requiredBy": [
- "/glob-stream/readable-stream",
- "/gulp-concat/readable-stream",
- "/gulp-gzip/readable-stream",
- "/gulp-stream/readable-stream",
- "/gulp-sym/readable-stream",
- "/gulp/readable-stream",
- "/readable-stream"
- ],
- "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
- "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
- "_shrinkwrap": null,
- "_spec": "isarray@0.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/readable-stream",
- "author": {
- "name": "Julian Gruber",
- "email": "mail@juliangruber.com",
- "url": "http://juliangruber.com"
- },
- "bugs": {
- "url": "https://github.com/juliangruber/isarray/issues"
+ "name": "isarray",
+ "description": "Array#isArray for older browsers",
+ "version": "1.0.0",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/juliangruber/isarray.git"
},
+ "homepage": "https://github.com/juliangruber/isarray",
+ "main": "index.js",
"dependencies": {},
- "description": "Array#isArray for older browsers",
"devDependencies": {
- "tap": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
- "tarball": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
+ "tape": "~2.13.4"
},
- "homepage": "https://github.com/juliangruber/isarray",
"keywords": [
"browser",
"isarray",
"array"
],
+ "author": {
+ "name": "Julian Gruber",
+ "email": "mail@juliangruber.com",
+ "url": "http://juliangruber.com"
+ },
"license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "juliangruber",
- "email": "julian@juliangruber.com"
- }
- ],
- "name": "isarray",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/juliangruber/isarray.git"
+ "testling": {
+ "files": "test.js",
+ "browsers": [
+ "ie/8..latest",
+ "firefox/17..latest",
+ "firefox/nightly",
+ "chrome/22..latest",
+ "chrome/canary",
+ "opera/12..latest",
+ "opera/next",
+ "safari/5.1..latest",
+ "ipad/6.0..latest",
+ "iphone/6.0..latest",
+ "android-browser/4.2..latest"
+ ]
},
"scripts": {
- "test": "tap test/*.js"
- },
- "version": "0.0.1"
+ "test": "tape test.js"
+ }
}