Sha256: 63d0961b78d294965e1a68cc8019b1d351dd8cf15a863376f76a1257f776f86c
Contents?: true
Size: 1.9 KB
Versions: 10
Compression:
Stored size: 1.9 KB
Contents
{ "name": "regex-cache", "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.", "version": "0.4.2", "homepage": "https://github.com/jonschlinkert/regex-cache", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/regex-cache.git" }, "bugs": { "url": "https://github.com/jonschlinkert/regex-cache/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha", "benchmarks": "node benchmark" }, "dependencies": { "is-equal-shallow": "^0.1.1", "is-primitive": "^2.0.0" }, "devDependencies": { "benchmarked": "^0.1.4", "chalk": "^1.0.0", "micromatch": "^2.1.0", "mocha": "^2.1.0", "should": "*" }, "keywords": [ "cache", "expression", "regex", "regexp", "regular", "regular expression", "store", "to-regex" ], "gitHead": "9478eec6d9322a96a6ceb3e5488cd8433295a95f", "_id": "regex-cache@0.4.2", "_shasum": "6e4f89c266bc03c33fd129c062184687f4663487", "_from": "regex-cache@>=0.4.0 <0.5.0", "_npmVersion": "2.7.1", "_nodeVersion": "1.6.2", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "dist": { "shasum": "6e4f89c266bc03c33fd129c062184687f4663487", "tarball": "http://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems