Welcome to mirror list, hosted at ThFree Co, Russian Federation.

component.json « trim « node_modules « eslint « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 560b25891e5fb6b0948b6a11e0d4b441bef2ba1b (plain)
1
2
3
4
5
6
7
{
  "name": "trim",
  "version": "0.0.1",
  "description": "Trim string whitespace",
  "keywords": ["string", "trim"],
  "scripts": ["index.js"]
}