install gulp to process code
This commit is contained in:
parent
24f6606c2c
commit
b6a3900ee2
1651 changed files with 253427 additions and 39 deletions
53
node_modules/lookup-path/package.json
generated
vendored
Normal file
53
node_modules/lookup-path/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"name": "lookup-path",
|
||||
"description": "Attempt to resolve the absolute filepath to a file and verify that it exists.",
|
||||
"version": "0.3.1",
|
||||
"homepage": "https://github.com/jonschlinkert/lookup-path",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"repository": "jonschlinkert/lookup-path",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/lookup-path/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^2.2.0",
|
||||
"is-absolute": "^0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"keywords": [
|
||||
"absolute",
|
||||
"current",
|
||||
"cwd",
|
||||
"directory",
|
||||
"file",
|
||||
"filepath",
|
||||
"find",
|
||||
"join",
|
||||
"lookup",
|
||||
"path",
|
||||
"relative",
|
||||
"resolve",
|
||||
"working"
|
||||
],
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"plugins": ["gulp-format-md"],
|
||||
"related": {
|
||||
"highlight": "is-absolute",
|
||||
"list": ["is-absolute", "is-relative", "is-windows"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue