use directories for structure
This commit is contained in:
74
node_modules/gulp-sort/package.json
generated
vendored
Normal file
74
node_modules/gulp-sort/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"gulp-sort@2.0.0",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "gulp-sort@2.0.0",
|
||||
"_id": "gulp-sort@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-xnYqLx8N4KP8WVohWZ0/rI26Gso=",
|
||||
"_location": "/gulp-sort",
|
||||
"_phantomChildren": {
|
||||
"readable-stream": "2.3.7",
|
||||
"xtend": "4.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-sort@2.0.0",
|
||||
"name": "gulp-sort",
|
||||
"escapedName": "gulp-sort",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/i18next-scanner"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Gilad Peleg",
|
||||
"email": "giladp007@gmail.com",
|
||||
"url": "http://giladpeleg.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pgilad/gulp-sort/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"through2": "^2.0.1"
|
||||
},
|
||||
"description": "Sort files in stream by path or any custom sort comparator",
|
||||
"devDependencies": {
|
||||
"gulp-util": "^3.0.4",
|
||||
"mocha": "^2.1.0",
|
||||
"stable": "^0.1.5"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/pgilad/gulp-sort#readme",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"gulp",
|
||||
"sort",
|
||||
"paths",
|
||||
"order",
|
||||
"comparator"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gulp-sort",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pgilad/gulp-sort.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha tests/*.js"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Reference in New Issue
Block a user