Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
76
node_modules/concat-with-sourcemaps/package.json
generated
vendored
76
node_modules/concat-with-sourcemaps/package.json
generated
vendored
|
@ -1,44 +1,26 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"concat-with-sourcemaps@1.1.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
"name": "concat-with-sourcemaps",
|
||||
"version": "1.1.0",
|
||||
"description": "Concatenate file contents with a custom separator and generate a source map",
|
||||
"homepage": "http://github.com/floridoo/concat-with-sourcemaps",
|
||||
"repository": "git://github.com/floridoo/concat-with-sourcemaps.git",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "jshint *.js test/*.js && faucet test/*.js",
|
||||
"tap": "tape test/*.js",
|
||||
"cover": "istanbul cover --dir reports/coverage tape test/*.js",
|
||||
"coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
|
||||
},
|
||||
"keywords": [
|
||||
"concat",
|
||||
"source map"
|
||||
],
|
||||
"_from": "concat-with-sourcemaps@1.1.0",
|
||||
"_id": "concat-with-sourcemaps@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
|
||||
"_location": "/concat-with-sourcemaps",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "concat-with-sourcemaps@1.1.0",
|
||||
"name": "concat-with-sourcemaps",
|
||||
"escapedName": "concat-with-sourcemaps",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-concat",
|
||||
"/gulp-header"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Florian Reiterer",
|
||||
"email": "me@florianreiterer.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
|
||||
},
|
||||
"author": "Florian Reiterer <me@florianreiterer.com>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"source-map": "^0.6.1"
|
||||
},
|
||||
"description": "Concatenate file contents with a custom separator and generate a source map",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.0",
|
||||
"faucet": "0.0.1",
|
||||
|
@ -52,25 +34,5 @@
|
|||
"package.json",
|
||||
"README.md",
|
||||
"LICENSE.md"
|
||||
],
|
||||
"homepage": "http://github.com/floridoo/concat-with-sourcemaps",
|
||||
"keywords": [
|
||||
"concat",
|
||||
"source map"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "concat-with-sourcemaps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/floridoo/concat-with-sourcemaps.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover --dir reports/coverage tape test/*.js",
|
||||
"coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
||||
"tap": "tape test/*.js",
|
||||
"test": "jshint *.js test/*.js && faucet test/*.js"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.1.0"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue