UNPKG

motion

Version:

motion - moving development forward

128 lines (127 loc) 3.1 kB
{ "_args": [ [ "regexpu@^1.3.0", "/Users/nw/motion/packages/motion/node_modules/flint-babel-core" ] ], "_from": "regexpu@>=1.3.0 <2.0.0", "_id": "regexpu@1.3.0", "_inCache": true, "_installable": true, "_location": "/regexpu", "_nodeVersion": "4.1.1", "_npmUser": { "email": "mathias@qiwi.be", "name": "mathias" }, "_npmVersion": "2.14.4", "_phantomChildren": {}, "_requested": { "name": "regexpu", "raw": "regexpu@^1.3.0", "rawSpec": "^1.3.0", "scope": null, "spec": ">=1.3.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/flint-babel-core" ], "_resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz", "_shasum": "e534dc991a9e5846050c98de6d7dd4a55c9ea16d", "_shrinkwrap": null, "_spec": "regexpu@^1.3.0", "_where": "/Users/nw/motion/packages/motion/node_modules/flint-babel-core", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "bin": { "regexpu": "bin/regexpu" }, "bugs": { "url": "https://github.com/mathiasbynens/regexpu/issues" }, "dependencies": { "esprima": "^2.6.0", "recast": "^0.10.10", "regenerate": "^1.2.1", "regjsgen": "^0.2.0", "regjsparser": "^0.1.4" }, "description": "A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.", "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.11", "jsesc": "^0.5.0", "lodash": "^3.6.0", "mocha": "^2.2.1", "unicode-5.1.0": "^0.1.5", "unicode-8.0.0": "^0.1.5" }, "directories": { "bin": "bin", "man": "man" }, "dist": { "shasum": "e534dc991a9e5846050c98de6d7dd4a55c9ea16d", "tarball": "http://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz" }, "files": [ "LICENSE-MIT.txt", "bin/", "data/character-class-escape-sets.js", "data/iu-mappings.json", "man/", "regexpu.js", "rewrite-pattern.js", "transform-tree.js", "transpile-code.js" ], "gitHead": "5cdcfd913de918249bd967530279f736386068a9", "homepage": "https://mths.be/regexpu", "keywords": [ "codegen", "desugaring", "ecmascript", "es5", "es6", "harmony", "javascript", "refactoring", "regex", "regexp", "regular expressions", "rewriting", "syntax", "transformation", "transpile", "transpiler", "unicode" ], "license": "MIT", "main": "regexpu.js", "maintainers": [ { "name": "mathias", "email": "mathias@qiwi.be" } ], "man": [ "/Users/mathias/projects/regexpu/man/regexpu.1" ], "name": "regexpu", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/mathiasbynens/regexpu.git" }, "scripts": { "build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js", "coverage": "istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec", "test": "mocha tests" }, "version": "1.3.0" }