mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-18 21:54:23 +01:00
move to node version 12
This commit is contained in:
65
node_modules/toidentifier/package.json
generated
vendored
65
node_modules/toidentifier/package.json
generated
vendored
@@ -1,13 +1,51 @@
|
||||
{
|
||||
"name": "toidentifier",
|
||||
"description": "Convert a string of words to a JavaScript identifier",
|
||||
"version": "1.0.1",
|
||||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"contributors": [
|
||||
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||||
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
|
||||
"_args": [
|
||||
[
|
||||
"toidentifier@1.0.1",
|
||||
"/Users/bitcarrot/github/satshkd-vercel"
|
||||
]
|
||||
],
|
||||
"repository": "component/toidentifier",
|
||||
"_from": "toidentifier@1.0.1",
|
||||
"_id": "toidentifier@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
||||
"_location": "/toidentifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "toidentifier@1.0.1",
|
||||
"name": "toidentifier",
|
||||
"escapedName": "toidentifier",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/http-errors"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/Users/bitcarrot/github/satshkd-vercel",
|
||||
"author": {
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/component/toidentifier/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "Nick Baugh",
|
||||
"email": "niftylettuce@gmail.com",
|
||||
"url": "http://niftylettuce.com/"
|
||||
}
|
||||
],
|
||||
"description": "Convert a string of words to a JavaScript identifier",
|
||||
"devDependencies": {
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-standard": "14.1.1",
|
||||
@@ -22,17 +60,24 @@
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/component/toidentifier#readme",
|
||||
"license": "MIT",
|
||||
"name": "toidentifier",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/component/toidentifier.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --reporter spec --bail --check-leaks test/",
|
||||
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
||||
"version": "node scripts/version-history.js && git add HISTORY.md"
|
||||
}
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user