This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/trim/package.json

19 lines
355 B
JSON

{
"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"
}
}
}