Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
70
node_modules/rework-plugin-url/package.json
generated
vendored
70
node_modules/rework-plugin-url/package.json
generated
vendored
|
@ -1,48 +1,15 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"rework-plugin-url@1.1.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "rework-plugin-url@1.1.0",
|
||||
"_id": "rework-plugin-url@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-q1PosQV7nV7MHIJz/32xhgg3XEU=",
|
||||
"_location": "/rework-plugin-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "rework-plugin-url@1.1.0",
|
||||
"name": "rework-plugin-url",
|
||||
"escapedName": "rework-plugin-url",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-concat-css"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rework-plugin-url/-/rework-plugin-url-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "reworkcss"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/reworkcss/rework-plugin-url/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"rework-plugin-function": "^1.0.0"
|
||||
},
|
||||
"name": "rework-plugin-url",
|
||||
"version": "1.1.0",
|
||||
"description": "url() plugin for rework, formerly included in core",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.17.1",
|
||||
"rework": "^1.0.0",
|
||||
"should": "^3.1.3"
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha --require should --reporter spec"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/reworkcss/rework-plugin-url.git"
|
||||
},
|
||||
"homepage": "https://github.com/reworkcss/rework-plugin-url",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"server",
|
||||
|
@ -50,15 +17,18 @@
|
|||
"preprocess",
|
||||
"transform"
|
||||
],
|
||||
"author": "reworkcss",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "rework-plugin-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/reworkcss/rework-plugin-url.git"
|
||||
"bugs": {
|
||||
"url": "https://github.com/reworkcss/rework-plugin-url/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --require should --reporter spec"
|
||||
"homepage": "https://github.com/reworkcss/rework-plugin-url",
|
||||
"devDependencies": {
|
||||
"should": "^3.1.3",
|
||||
"mocha": "^1.17.1",
|
||||
"rework": "^1.0.0"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
"dependencies": {
|
||||
"rework-plugin-function": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue