138 lines
4.9 KiB
JSON
138 lines
4.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "function-bind@^1.1.1",
|
|
"scope": null,
|
|
"escapedName": "function-bind",
|
|
"name": "function-bind",
|
|
"rawSpec": "^1.1.1",
|
|
"spec": ">=1.1.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/object.assign"
|
|
]
|
|
],
|
|
"_from": "function-bind@>=1.1.1 <2.0.0",
|
|
"_id": "function-bind@1.1.1",
|
|
"_inCache": true,
|
|
"_location": "/function-bind",
|
|
"_nodeVersion": "8.4.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/function-bind-1.1.1.tgz_1503906695005_0.1665907499846071"
|
|
},
|
|
"_npmUser": {
|
|
"name": "ljharb",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
"_npmVersion": "5.3.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "function-bind@^1.1.1",
|
|
"scope": null,
|
|
"escapedName": "function-bind",
|
|
"name": "function-bind",
|
|
"rawSpec": "^1.1.1",
|
|
"spec": ">=1.1.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/es-abstract",
|
|
"/has",
|
|
"/object.assign"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
|
"_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
|
|
"_shrinkwrap": null,
|
|
"_spec": "function-bind@^1.1.1",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/object.assign",
|
|
"author": {
|
|
"name": "Raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Raynos/function-bind/issues",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Raynos"
|
|
},
|
|
{
|
|
"name": "Jordan Harband",
|
|
"url": "https://github.com/ljharb"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Implementation of Function.prototype.bind",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^12.2.1",
|
|
"covert": "^1.1.0",
|
|
"eslint": "^4.5.0",
|
|
"jscs": "^3.0.7",
|
|
"tape": "^4.8.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
|
"shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
|
|
"tarball": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
|
|
},
|
|
"gitHead": "1213f807066d1cb8d39a0592d5118f4b1f03de4a",
|
|
"homepage": "https://github.com/Raynos/function-bind",
|
|
"keywords": [
|
|
"function",
|
|
"bind",
|
|
"shim",
|
|
"es5"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"name": "raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
{
|
|
"name": "ljharb",
|
|
"email": "ljharb@gmail.com"
|
|
}
|
|
],
|
|
"name": "function-bind",
|
|
"optionalDependencies": {},
|
|
"readme": "# function-bind\n\n<!--\n [![build status][travis-svg]][travis-url]\n [![NPM version][npm-badge-svg]][npm-url]\n [![Coverage Status][5]][6]\n [![gemnasium Dependency Status][7]][8]\n [![Dependency status][deps-svg]][deps-url]\n [![Dev Dependency status][dev-deps-svg]][dev-deps-url]\n-->\n\n<!-- [![browser support][11]][12] -->\n\nImplementation of function.prototype.bind\n\n## Example\n\nI mainly do this for unit tests I run on phantomjs.\nPhantomJS does not have Function.prototype.bind :(\n\n```js\nFunction.prototype.bind = require(\"function-bind\")\n```\n\n## Installation\n\n`npm install function-bind`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n [travis-svg]: https://travis-ci.org/Raynos/function-bind.svg\n [travis-url]: https://travis-ci.org/Raynos/function-bind\n [npm-badge-svg]: https://badge.fury.io/js/function-bind.svg\n [npm-url]: https://npmjs.org/package/function-bind\n [5]: https://coveralls.io/repos/Raynos/function-bind/badge.png\n [6]: https://coveralls.io/r/Raynos/function-bind\n [7]: https://gemnasium.com/Raynos/function-bind.png\n [8]: https://gemnasium.com/Raynos/function-bind\n [deps-svg]: https://david-dm.org/Raynos/function-bind.svg\n [deps-url]: https://david-dm.org/Raynos/function-bind\n [dev-deps-svg]: https://david-dm.org/Raynos/function-bind/dev-status.svg\n [dev-deps-url]: https://david-dm.org/Raynos/function-bind#info=devDependencies\n [11]: https://ci.testling.com/Raynos/function-bind.png\n [12]: https://ci.testling.com/Raynos/function-bind\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Raynos/function-bind.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "covert test/*.js",
|
|
"eslint": "eslint *.js */*.js",
|
|
"jscs": "jscs *.js */*.js",
|
|
"lint": "npm run jscs && npm run eslint",
|
|
"posttest": "npm run coverage -- --quiet",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run tests-only",
|
|
"tests-only": "node test"
|
|
},
|
|
"testling": {
|
|
"files": "test/index.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"firefox/16..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"
|
|
]
|
|
},
|
|
"version": "1.1.1"
|
|
}
|