Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
102
node_modules/node.extend/package.json
generated
vendored
102
node_modules/node.extend/package.json
generated
vendored
|
@ -1,61 +1,7 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"node.extend@2.0.2",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "node.extend@2.0.2",
|
||||
"_id": "node.extend@2.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-pDT4Dchl94/+kkgdwyS2PauDFjZG0Hk0IcHIB+LkW27HLDtdoeMxHTxZh39DYbPP8UflWXWj9JcdDozF+YDOpQ==",
|
||||
"_location": "/node.extend",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "node.extend@2.0.2",
|
||||
"name": "node.extend",
|
||||
"escapedName": "node.extend",
|
||||
"rawSpec": "2.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-notify"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.2.tgz",
|
||||
"_spec": "2.0.2",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "dreamerslab",
|
||||
"email": "ben@dreamerslab.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/dreamerslab/node.extend/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jordan Harband"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"has": "^1.0.3",
|
||||
"is": "^3.2.1"
|
||||
},
|
||||
"name": "node.extend",
|
||||
"version": "2.0.2",
|
||||
"description": "A port of jQuery.extend that actually works on node.js",
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^13.0.0",
|
||||
"covert": "^1.1.0",
|
||||
"eslint": "^5.8.0",
|
||||
"jscs": "^3.0.7",
|
||||
"safe-publish-latest": "^1.1.2",
|
||||
"tape": "^4.9.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/dreamerslab/node.extend#readme",
|
||||
"keywords": [
|
||||
"extend",
|
||||
"jQuery",
|
||||
|
@ -64,24 +10,44 @@
|
|||
"copy",
|
||||
"inherit"
|
||||
],
|
||||
"license": "(MIT OR GPL-2.0)",
|
||||
"main": "index",
|
||||
"name": "node.extend",
|
||||
"author": "dreamerslab <ben@dreamerslab.com>",
|
||||
"dependencies": {
|
||||
"has": "^1.0.3",
|
||||
"is": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ljharb/eslint-config": "^13.0.0",
|
||||
"covert": "^1.1.0",
|
||||
"eslint": "^5.8.0",
|
||||
"jscs": "^3.0.7",
|
||||
"safe-publish-latest": "^1.1.2",
|
||||
"tape": "^4.9.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dreamerslab/node.extend.git"
|
||||
"url": "https://github.com/dreamerslab/node.extend.git"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jordan Harband",
|
||||
"twitter": "https://twitter.com/ljharb"
|
||||
}
|
||||
],
|
||||
"main": "index",
|
||||
"scripts": {
|
||||
"coverage": "covert test/index.js",
|
||||
"coverage-quiet": "covert test/index.js --quiet",
|
||||
"eslint": "eslint",
|
||||
"jscs": "jscs *.js */*.js",
|
||||
"lint": "npm run jscs && npm run eslint .",
|
||||
"posttest": "npm run coverage-quiet",
|
||||
"prepublish": "safe-publish-latest",
|
||||
"pretest": "npm run lint",
|
||||
"test": "npm run --silent tests-only",
|
||||
"tests-only": "node test"
|
||||
"posttest": "npm run coverage-quiet",
|
||||
"tests-only": "node test",
|
||||
"coverage": "covert test/index.js",
|
||||
"coverage-quiet": "covert test/index.js --quiet",
|
||||
"lint": "npm run jscs && npm run eslint .",
|
||||
"jscs": "jscs *.js */*.js",
|
||||
"eslint": "eslint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/index.js",
|
||||
|
@ -100,5 +66,5 @@
|
|||
"iphone/6.0..latest"
|
||||
]
|
||||
},
|
||||
"version": "2.0.2"
|
||||
"license": "(MIT OR GPL-2.0)"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue