|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "is-regexp@2.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "is-regexp@2.1.0",
- "_id": "is-regexp@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==",
- "_location": "/is-regexp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-regexp@2.1.0",
- "name": "is-regexp",
- "escapedName": "is-regexp",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/clone-regexp"
- ],
- "_resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/is-regexp/issues"
- },
- "description": "Check if a value is a regular expression",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/is-regexp#readme",
- "keywords": [
- "regex",
- "regexp",
- "regular",
- "expression",
- "regular expression",
- "re",
- "check",
- "type",
- "is"
- ],
- "license": "MIT",
- "name": "is-regexp",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-regexp.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.1.0"
- }
|