Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/function-bind/package.json')
-rw-r--r--node_modules/function-bind/package.json85
1 files changed, 57 insertions, 28 deletions
diff --git a/node_modules/function-bind/package.json b/node_modules/function-bind/package.json
index 426db8c4d..7af45a44e 100644
--- a/node_modules/function-bind/package.json
+++ b/node_modules/function-bind/package.json
@@ -1,17 +1,38 @@
{
- "name": "function-bind",
- "version": "1.1.1",
- "description": "Implementation of Function.prototype.bind",
- "keywords": [
- "function",
- "bind",
- "shim",
- "es5"
+ "_from": "function-bind@^1.1.1",
+ "_id": "function-bind@1.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
+ "_location": "/function-bind",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "function-bind@^1.1.1",
+ "name": "function-bind",
+ "escapedName": "function-bind",
+ "rawSpec": "^1.1.1",
+ "saveSpec": null,
+ "fetchSpec": "^1.1.1"
+ },
+ "_requiredBy": [
+ "/es-abstract",
+ "/has",
+ "/object.assign"
],
- "author": "Raynos <raynos2@gmail.com>",
- "repository": "git://github.com/Raynos/function-bind.git",
- "main": "index",
- "homepage": "https://github.com/Raynos/function-bind",
+ "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
+ "_spec": "function-bind@^1.1.1",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/es-abstract",
+ "author": {
+ "name": "Raynos",
+ "email": "raynos2@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Raynos/function-bind/issues",
+ "email": "raynos2@gmail.com"
+ },
+ "bundleDependencies": false,
"contributors": [
{
"name": "Raynos"
@@ -21,11 +42,9 @@
"url": "https://github.com/ljharb"
}
],
- "bugs": {
- "url": "https://github.com/Raynos/function-bind/issues",
- "email": "raynos2@gmail.com"
- },
"dependencies": {},
+ "deprecated": false,
+ "description": "Implementation of Function.prototype.bind",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
@@ -33,16 +52,29 @@
"jscs": "^3.0.7",
"tape": "^4.8.0"
},
+ "homepage": "https://github.com/Raynos/function-bind",
+ "keywords": [
+ "function",
+ "bind",
+ "shim",
+ "es5"
+ ],
"license": "MIT",
+ "main": "index",
+ "name": "function-bind",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/Raynos/function-bind.git"
+ },
"scripts": {
- "pretest": "npm run lint",
- "test": "npm run tests-only",
- "posttest": "npm run coverage -- --quiet",
- "tests-only": "node test",
"coverage": "covert test/*.js",
- "lint": "npm run jscs && npm run eslint",
+ "eslint": "eslint *.js */*.js",
"jscs": "jscs *.js */*.js",
- "eslint": "eslint *.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",
@@ -59,9 +91,6 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
- }
-
-,"_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
-,"_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
-,"_from": "function-bind@1.1.1"
-} \ No newline at end of file
+ },
+ "version": "1.1.1"
+}