aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-regexp
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/is-regexp
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/is-regexp')
-rw-r--r--node_modules/is-regexp/package.json84
1 files changed, 11 insertions, 73 deletions
diff --git a/node_modules/is-regexp/package.json b/node_modules/is-regexp/package.json
index 23c420803..bb74b7083 100644
--- a/node_modules/is-regexp/package.json
+++ b/node_modules/is-regexp/package.json
@@ -1,70 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "is-regexp@^1.0.0",
- "scope": null,
- "escapedName": "is-regexp",
- "name": "is-regexp",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/stringify-object"
- ]
- ],
- "_from": "is-regexp@>=1.0.0 <2.0.0",
- "_id": "is-regexp@1.0.0",
- "_inCache": true,
- "_location": "/is-regexp",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "1.4.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-regexp@^1.0.0",
- "scope": null,
- "escapedName": "is-regexp",
- "name": "is-regexp",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/stringify-object"
- ],
- "_resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
- "_shasum": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
- "_shrinkwrap": null,
- "_spec": "is-regexp@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/stringify-object",
+ "name": "is-regexp",
+ "version": "1.0.0",
+ "description": "Check whether a variable is a regular expression",
+ "license": "MIT",
+ "repository": "sindresorhus/is-regexp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/is-regexp/issues"
- },
- "dependencies": {},
- "description": "Check whether a variable is a regular expression",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
- "tarball": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "mocha"
+ },
"files": [
"index.js"
],
- "homepage": "https://github.com/sindresorhus/is-regexp",
"keywords": [
"regex",
"regexp",
@@ -76,22 +29,7 @@
"type",
"is"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "is-regexp",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/sindresorhus/is-regexp.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.0.0"
+ "devDependencies": {
+ "mocha": "*"
+ }
}