You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.3 KiB
96 lines
2.3 KiB
{ |
|
"_args": [ |
|
[ |
|
"trim-repeated@^1.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/filenamify" |
|
] |
|
], |
|
"_from": "trim-repeated@>=1.0.0 <2.0.0", |
|
"_id": "trim-repeated@1.0.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/trim-repeated", |
|
"_nodeVersion": "0.10.32", |
|
"_npmUser": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
"_npmVersion": "2.1.16", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "trim-repeated", |
|
"raw": "trim-repeated@^1.0.0", |
|
"rawSpec": "^1.0.0", |
|
"scope": null, |
|
"spec": ">=1.0.0 <2.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/filenamify" |
|
], |
|
"_resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", |
|
"_shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21", |
|
"_shrinkwrap": null, |
|
"_spec": "trim-repeated@^1.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/filenamify", |
|
"author": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "Sindre Sorhus", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/trim-repeated/issues" |
|
}, |
|
"dependencies": { |
|
"escape-string-regexp": "^1.0.2" |
|
}, |
|
"description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz", |
|
"devDependencies": { |
|
"ava": "0.0.4" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "e3646a2ea4e891312bf7eace6cfb05380bc01c21", |
|
"tarball": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "df1e5af5f88117f1c9f1624aeb083d014ceef308", |
|
"homepage": "https://github.com/sindresorhus/trim-repeated", |
|
"keywords": [ |
|
"condense", |
|
"collapse", |
|
"compact", |
|
"consecutive", |
|
"repeated", |
|
"string", |
|
"str", |
|
"trim", |
|
"remove", |
|
"strip", |
|
"character", |
|
"char" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
} |
|
], |
|
"name": "trim-repeated", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/trim-repeated.git" |
|
}, |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"version": "1.0.0" |
|
}
|
|
|