d2-ui
Version:
117 lines (116 loc) • 2.94 kB
JSON
{
"_args": [
[
"is-regex@^1.0.3",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/es-abstract"
]
],
"_from": "is-regex@>=1.0.3 <2.0.0",
"_id": "is-regex@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/is-regex",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is-regex",
"raw": "is-regex@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/es-abstract"
],
"_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.3.tgz",
"_shasum": "0d55182bddf9f2fde278220aec3a75642c908637",
"_shrinkwrap": null,
"_spec": "is-regex@^1.0.3",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/es-abstract",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-regex/issues"
},
"dependencies": {},
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
"devDependencies": {
"covert": "1.0.0",
"editorconfig-tools": "~0.0.1",
"eslint": "~0.13.0",
"jscs": "~1.10.0",
"nsp": "~1.0.0",
"semver": "~4.2.0",
"tape": "~3.4.0"
},
"directories": {},
"dist": {
"shasum": "0d55182bddf9f2fde278220aec3a75642c908637",
"tarball": "http://registry.npmjs.org/is-regex/-/is-regex-1.0.3.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "405685f6172a14d85e7a5f45e7112c9a608813f2",
"homepage": "https://github.com/ljharb/is-regex",
"keywords": [
"regex",
"regexp",
"is",
"regular expression",
"regular",
"expression"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "ljharb@gmail.com",
"name": "ljharb"
}
],
"name": "is-regex",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-regex.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 *.js",
"lint": "npm run jscs && npm run eslint",
"security": "nsp package",
"test": "npm run lint && node test.js && npm run security"
},
"testling": {
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..12.0",
"opera/15.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
],
"files": "test.js"
},
"version": "1.0.3"
}