Bones/node_modules/function-bind/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

129 lines
3.1 KiB
JSON

{
"_args": [
[
"function-bind@^1.0.2",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\has"
]
],
"_from": "function-bind@>=1.0.2-0 <2.0.0-0",
"_id": "function-bind@1.1.0",
"_inCache": true,
"_location": "/function-bind",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/function-bind-1.1.0.tgz_1455438520627_0.822420896962285"
},
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "function-bind",
"raw": "function-bind@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/has"
],
"_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz",
"_shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
"_shrinkwrap": null,
"_spec": "function-bind@^1.0.2",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\has",
"author": {
"email": "raynos2@gmail.com",
"name": "Raynos"
},
"bugs": {
"email": "raynos2@gmail.com",
"url": "https://github.com/Raynos/function-bind/issues"
},
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"description": "Implementation of Function.prototype.bind",
"devDependencies": {
"@ljharb/eslint-config": "^2.1.0",
"covert": "^1.1.0",
"eslint": "^2.0.0",
"jscs": "^2.9.0",
"tape": "^4.4.0"
},
"directories": {},
"dist": {
"shasum": "16176714c801798e4e8f2cf7f7529467bb4a5771",
"tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz"
},
"gitHead": "cb5057f2a0018ac48c812ccee86934a5af30efdb",
"homepage": "https://github.com/Raynos/function-bind",
"installable": true,
"keywords": [
"bind",
"es5",
"function",
"shim"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/function-bind/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "function-bind",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/Raynos/function-bind.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eslint": "eslint *.js */*.js",
"jscs": "jscs *.js */*.js",
"lint": "npm run jscs && npm run eslint",
"test": "npm run lint && npm run tests-only && npm run coverage-quiet",
"tests-only": "node test"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/22..latest",
"chrome/canary",
"firefox/16..latest",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/index.js"
},
"version": "1.1.0"
}