1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/registry/npm/get-func-name/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

116 lines
3.6 KiB
JSON

{
"name": "get-func-name",
"description": "Utility for getting a function's name for node and the browser",
"dist-tags": {
"latest": "2.0.0"
},
"versions": {
"2.0.0": {
"name": "get-func-name",
"description": "Utility for getting a function's name for node and the browser",
"license": "MIT",
"author": {
"name": "Jake Luer",
"email": "jake@alogicalparadox.com",
"url": "http://alogicalparadox.com"
},
"files": [
"index.js",
"get-func-name.js"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/get-func-name.git"
},
"scripts": {
"build": "browserify --bare $npm_package_main --standalone getFuncName -o get-func-name.js",
"lint": "eslint --ignore-path .gitignore .",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest": "npm run lint",
"test": "npm run test:node && npm run test:browser && npm run upload-coverage",
"test:browser": "karma start --singleRun=true",
"test:node": "istanbul cover _mocha",
"upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"eslintConfig": {
"extends": [
"strict/es5"
],
"env": {
"es6": true
},
"globals": {
"HTMLElement": false
},
"rules": {
"complexity": 0,
"max-statements": 0
}
},
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.0",
"browserify-istanbul": "^2.0.0",
"coveralls": "2.11.14",
"eslint": "^2.4.0",
"eslint-config-strict": "^9.1.0",
"eslint-plugin-filenames": "^1.1.0",
"ghooks": "^1.0.1",
"istanbul": "^0.4.2",
"karma": "^1.3.0",
"karma-browserify": "^5.0.2",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"lcov-result-merger": "^1.0.2",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.5",
"semantic-release": "^4.3.5",
"simple-assert": "^1.0.0",
"travis-after-all": "^1.4.4",
"validate-commit-msg": "^2.3.1"
},
"engines": {
"node": "*"
},
"version": "2.0.0",
"gitHead": "fbd5eb57742d6e7669a857de85925559b9a830bb",
"bugs": {
"url": "https://github.com/chaijs/get-func-name/issues"
},
"_id": "get-func-name@2.0.0",
"_shasum": "ead774abee72e20409433a066366023dd6887a41",
"_from": ".",
"_npmVersion": "4.1.1",
"_nodeVersion": "0.10.48",
"dist": {
"shasum": "ead774abee72e20409433a066366023dd6887a41",
"tarball": "http://localhost:4260/get-func-name/get-func-name-2.0.0.tgz",
"integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig=="
}
}
},
"homepage": "https://github.com/chaijs/get-func-name#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/get-func-name.git"
},
"author": {
"name": "Jake Luer",
"email": "jake@alogicalparadox.com",
"url": "http://alogicalparadox.com"
},
"bugs": {
"url": "https://github.com/chaijs/get-func-name/issues"
},
"license": "MIT",
"readmeFilename": "README.md"
}