This commit is contained in:
18
node_modules/trim/package.json
generated
vendored
Normal file
18
node_modules/trim/package.json
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "trim",
|
||||
"version": "0.0.1",
|
||||
"description": "Trim string whitespace",
|
||||
"keywords": ["string", "trim"],
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*"
|
||||
},
|
||||
"main": "index",
|
||||
"component": {
|
||||
"scripts": {
|
||||
"trim/index.js": "index.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user