thedesk/app/node_modules/is-function/package.json
2018-02-19 02:41:25 +09:00

105 lines
2.5 KiB
JSON

{
"_args": [
[
{
"raw": "is-function@^1.0.1",
"scope": null,
"escapedName": "is-function",
"name": "is-function",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\xhr"
]
],
"_from": "is-function@>=1.0.1 <2.0.0",
"_id": "is-function@1.0.1",
"_inCache": true,
"_location": "/is-function",
"_npmUser": {
"name": "grncdr",
"email": "glurgle@gmail.com"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "is-function@^1.0.1",
"scope": null,
"escapedName": "is-function",
"name": "is-function",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/for-each",
"/xhr"
],
"_resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz",
"_shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
"_shrinkwrap": null,
"_spec": "is-function@^1.0.1",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\xhr",
"author": {
"name": "Stephen Sugden",
"email": "me@stephensugden.com"
},
"bugs": {
"url": "https://github.com/grncdr/js-is-function/issues"
},
"dependencies": {},
"description": "is that thing a function? Use this module to find out",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {},
"dist": {
"shasum": "12cfb98b65b57dd3d193a3121f5f6e2f437602b5",
"tarball": "https://registry.npmjs.org/is-function/-/is-function-1.0.1.tgz"
},
"homepage": "https://github.com/grncdr/js-is-function",
"keywords": [
"polyfill",
"is-function",
"ie6"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "grncdr",
"email": "glurgle@gmail.com"
}
],
"name": "is-function",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/grncdr/js-is-function.git"
},
"scripts": {
"test": "tape test.js"
},
"testling": {
"files": "test.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "1.0.1"
}