{ "_args": [ [ "regexp.prototype.flags@1.2.0", "/Users/kyle/Projects/Personal/rustimate/crates/client/www" ] ], "_development": true, "_from": "regexp.prototype.flags@1.2.0", "_id": "regexp.prototype.flags@1.2.0", "_inBundle": false, "_integrity": "sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA==", "_location": "/regexp.prototype.flags", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "regexp.prototype.flags@1.2.0", "name": "regexp.prototype.flags", "escapedName": "regexp.prototype.flags", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/deep-equal" ], "_resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz", "_spec": "1.2.0", "_where": "/Users/kyle/Projects/Personal/rustimate/crates/client/www", "author": { "name": "Jordan Harband" }, "bugs": { "url": "https://github.com/es-shims/RegExp.prototype.flags/issues" }, "dependencies": { "define-properties": "^1.1.2" }, "description": "ES6 spec-compliant RegExp.prototype.flags shim.", "devDependencies": { "@es-shims/api": "^1.3.0", "@ljharb/eslint-config": "^12.2.1", "covert": "^1.1.0", "editorconfig-tools": "^0.1.1", "eslint": "^4.9.0", "has": "^1.0.1", "jscs": "^3.0.7", "nsp": "^2.8.1", "tape": "^4.8.0" }, "engines": { "node": ">= 0.4" }, "homepage": "https://github.com/es-shims/RegExp.prototype.flags#readme", "keywords": [ "RegExp.prototype.flags", "regex", "regular expression", "ES6", "shim", "flag", "flags", "regexp", "RegExp#flags", "polyfill", "es-shim API" ], "license": "MIT", "main": "index.js", "name": "regexp.prototype.flags", "repository": { "type": "git", "url": "git://github.com/es-shims/RegExp.prototype.flags.git" }, "scripts": { "coverage": "covert test/*.js", "coverage-quiet": "covert test/*.js --quiet", "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null", "eslint": "eslint test/*.js *.js", "jscs": "jscs test/*.js *.js", "lint": "npm run --silent jscs && npm run --silent eslint", "posttest": "npm run --silent security", "pretest": "npm run --silent lint", "security": "nsp check", "test": "npm run --silent tests-only", "tests-only": "es-shim-api --bound && node --harmony --es-staging test/index.js" }, "testling": { "files": "test/index.js", "browsers": [ "iexplore/9.0..latest", "firefox/4.0..6.0", "firefox/15.0..latest", "firefox/nightly", "chrome/4.0..10.0", "chrome/20.0..latest", "chrome/canary", "opera/11.6..latest", "opera/next", "safari/5.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2" ] }, "version": "1.2.0" }