• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "emoji-regex@7.0.3",
5      "/Users/claudiahdz/npm/cli"
6    ]
7  ],
8  "_development": true,
9  "_from": "emoji-regex@7.0.3",
10  "_id": "emoji-regex@7.0.3",
11  "_inBundle": false,
12  "_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
13  "_location": "/emoji-regex",
14  "_phantomChildren": {},
15  "_requested": {
16    "type": "version",
17    "registry": true,
18    "raw": "emoji-regex@7.0.3",
19    "name": "emoji-regex",
20    "escapedName": "emoji-regex",
21    "rawSpec": "7.0.3",
22    "saveSpec": null,
23    "fetchSpec": "7.0.3"
24  },
25  "_requiredBy": [
26    "/nyc/string-width"
27  ],
28  "_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
29  "_spec": "7.0.3",
30  "_where": "/Users/claudiahdz/npm/cli",
31  "author": {
32    "name": "Mathias Bynens",
33    "url": "https://mathiasbynens.be/"
34  },
35  "bugs": {
36    "url": "https://github.com/mathiasbynens/emoji-regex/issues"
37  },
38  "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
39  "devDependencies": {
40    "@babel/cli": "^7.0.0",
41    "@babel/core": "^7.0.0",
42    "@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
43    "@babel/preset-env": "^7.0.0",
44    "mocha": "^5.2.0",
45    "regexgen": "^1.3.0",
46    "unicode-11.0.0": "^0.7.7",
47    "unicode-tr51": "^9.0.1"
48  },
49  "files": [
50    "LICENSE-MIT.txt",
51    "index.js",
52    "index.d.ts",
53    "text.js",
54    "es2015/index.js",
55    "es2015/text.js"
56  ],
57  "homepage": "https://mths.be/emoji-regex",
58  "keywords": [
59    "unicode",
60    "regex",
61    "regexp",
62    "regular expressions",
63    "code points",
64    "symbols",
65    "characters",
66    "emoji"
67  ],
68  "license": "MIT",
69  "main": "index.js",
70  "name": "emoji-regex",
71  "repository": {
72    "type": "git",
73    "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
74  },
75  "scripts": {
76    "build": "rm -rf -- es2015; babel src -d .; NODE_ENV=es2015 babel src -d ./es2015; node script/inject-sequences.js",
77    "test": "mocha",
78    "test:watch": "npm run test -- --watch"
79  },
80  "types": "index.d.ts",
81  "version": "7.0.3"
82}
83