Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
72
node_modules/pascalcase/package.json
generated
vendored
72
node_modules/pascalcase/package.json
generated
vendored
|
@ -1,28 +1,51 @@
|
|||
{
|
||||
"name": "pascalcase",
|
||||
"description": "Convert a string to pascal-case.",
|
||||
"version": "0.1.1",
|
||||
"homepage": "https://github.com/jonschlinkert/pascalcase",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/pascalcase",
|
||||
"_args": [
|
||||
[
|
||||
"pascalcase@0.1.1",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "pascalcase@0.1.1",
|
||||
"_id": "pascalcase@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
|
||||
"_location": "/pascalcase",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pascalcase@0.1.1",
|
||||
"name": "pascalcase",
|
||||
"escapedName": "pascalcase",
|
||||
"rawSpec": "0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/pascalcase/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"description": "Convert a string to pascal-case.",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/pascalcase",
|
||||
"keywords": [
|
||||
"camelcase",
|
||||
"case",
|
||||
|
@ -32,6 +55,16 @@
|
|||
"pascalcase",
|
||||
"string"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "pascalcase",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/pascalcase.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"related": {
|
||||
"list": [
|
||||
|
@ -42,5 +75,6 @@
|
|||
"justified"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "0.1.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue