kitchensink
Version:
Dispatch's awesome components and style guide
110 lines (109 loc) • 2.92 kB
JSON
{
"_args": [
[
"is-generator-function@^1.0.3",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal"
]
],
"_from": "is-generator-function@>=1.0.3 <2.0.0",
"_id": "is-generator-function@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/is-generator-function",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is-generator-function",
"raw": "is-generator-function@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-equal"
],
"_resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.3.tgz",
"_shasum": "d374ca57e807444fa2658be3728ed6b174b326b1",
"_shrinkwrap": null,
"_spec": "is-generator-function@^1.0.3",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-generator-function/issues"
},
"dependencies": {},
"description": "Determine if a function is an ES6 generator function or not.",
"devDependencies": {
"covert": "1.0.0",
"jscs": "~1.10.0",
"make-generator-function": "~1.0.0",
"semver": "~4.2.0",
"tape": "~3.4.0"
},
"directories": {},
"dist": {
"shasum": "d374ca57e807444fa2658be3728ed6b174b326b1",
"tarball": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.3.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "8fb1316c36e566aea634a192ed3321edd43c5a9f",
"homepage": "https://github.com/ljharb/is-generator-function",
"keywords": [
"es6",
"function",
"function*",
"generator",
"generator function",
"yield"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-generator-function",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-generator-function.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node --es-staging --harmony test/index.js"
},
"testling": {
"browsers": [
"android-browser/4.2",
"chrome/20.0..latest",
"chrome/4.0..10.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/3.0..6.0",
"firefox/nightly",
"iexplore/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest"
],
"files": "test/index.js"
},
"version": "1.0.3"
}