Security update for permissions_by_term
[yaffs-website] / node_modules / is-function / package.json
1 {
2   "_args": [
3     [
4       "is-function@^1.0.1",
5       "/var/www/yaffs/node_modules/xhr"
6     ]
7   ],
8   "_from": "is-function@>=1.0.1 <2.0.0",
9   "_id": "is-function@1.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-function",
13   "_npmUser": {
14     "email": "glurgle@gmail.com",
15     "name": "grncdr"
16   },
17   "_npmVersion": "1.3.11",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "is-function",
21     "raw": "is-function@^1.0.1",
22     "rawSpec": "^1.0.1",
23     "scope": null,
24     "spec": ">=1.0.1 <2.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/for-each",
29     "/xhr"
30   ],
31   "_resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz",
32   "_shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
33   "_shrinkwrap": null,
34   "_spec": "is-function@^1.0.1",
35   "_where": "/var/www/yaffs/node_modules/xhr",
36   "author": {
37     "email": "me@stephensugden.com",
38     "name": "Stephen Sugden"
39   },
40   "bugs": {
41     "url": "https://github.com/grncdr/js-is-function/issues"
42   },
43   "dependencies": {},
44   "description": "is that thing a function? Use this module to find out",
45   "devDependencies": {
46     "tape": "~2.3.2"
47   },
48   "directories": {},
49   "dist": {
50     "shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
51     "tarball": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz"
52   },
53   "homepage": "https://github.com/grncdr/js-is-function",
54   "keywords": [
55     "ie6",
56     "is-function",
57     "polyfill"
58   ],
59   "license": "MIT",
60   "main": "index.js",
61   "maintainers": [
62     {
63       "name": "grncdr",
64       "email": "glurgle@gmail.com"
65     }
66   ],
67   "name": "is-function",
68   "optionalDependencies": {},
69   "readme": "ERROR: No README data found!",
70   "repository": {
71     "type": "git",
72     "url": "git://github.com/grncdr/js-is-function.git"
73   },
74   "scripts": {
75     "test": "tape test.js"
76   },
77   "testling": {
78     "browsers": [
79       "android-browser/4.2",
80       "chrome/20.0..latest",
81       "chrome/4.0..10.0",
82       "chrome/canary",
83       "firefox/15.0..latest",
84       "firefox/3.0..6.0",
85       "firefox/nightly",
86       "iexplore/6.0..latest",
87       "ipad/6.0..latest",
88       "iphone/6.0..latest",
89       "opera/10.0..latest",
90       "opera/next",
91       "safari/4.0..latest"
92     ],
93     "files": "test.js"
94   },
95   "version": "1.0.1"
96 }