65 lines
1.5 KiB
JSON

{
"_from": "util-arity@^1.0.2",
"_id": "util-arity@1.1.0",
"_inBundle": false,
"_integrity": "sha1-WdAa8f2z/t4KxOYysKtfbOl8kzA=",
"_location": "/util-arity",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "util-arity@^1.0.2",
"name": "util-arity",
"escapedName": "util-arity",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/cucumber"
],
"_resolved": "https://registry.npmjs.org/util-arity/-/util-arity-1.1.0.tgz",
"_shasum": "59d01af1fdb3fede0ac4e632b0ab5f6ce97c9330",
"_spec": "util-arity@^1.0.2",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/arity/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Set the length of a function.",
"devDependencies": {
"istanbul": "~0.4.5",
"mocha": "~3.2.0"
},
"files": [
"arity.d.ts",
"arity.js"
],
"homepage": "https://github.com/blakeembrey/arity",
"keywords": [
"arity",
"function",
"length",
"arguments",
"count"
],
"license": "MIT",
"main": "arity.js",
"name": "util-arity",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/arity.git"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"typings": "arity.d.ts",
"version": "1.1.0"
}