This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -1,48 +1,13 @@
{
"_from": "toidentifier@1.0.0",
"_id": "toidentifier@1.0.0",
"_inBundle": false,
"_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
"_location": "/toidentifier",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "toidentifier@1.0.0",
"name": "toidentifier",
"escapedName": "toidentifier",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/http-errors"
],
"_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
"_shasum": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553",
"_spec": "toidentifier@1.0.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\http-errors",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/component/toidentifier/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
}
],
"deprecated": false,
"name": "toidentifier",
"description": "Convert a string of words to a JavaScript identifier",
"version": "1.0.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
],
"repository": "component/toidentifier",
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
@@ -57,20 +22,13 @@
"engines": {
"node": ">=0.6"
},
"license": "MIT",
"files": [
"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 --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "1.0.0"
}
}