react-scripts
Version:
Configuration and scripts for Create React App.
87 lines (86 loc) • 2.14 kB
JSON
{
"_args": [
[
"node-emoji@^0.1.0",
"/Users/dan/p/create-react-app/node_modules/marked-terminal"
]
],
"_from": "node-emoji@>=0.1.0 <0.2.0",
"_id": "node-emoji@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/node-emoji",
"_npmUser": {
"email": "daniel.bugl@touchlay.com",
"name": "omnidan"
},
"_npmVersion": "1.4.13",
"_phantomChildren": {},
"_requested": {
"name": "node-emoji",
"raw": "node-emoji@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/marked-terminal"
],
"_resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-0.1.0.tgz",
"_shasum": "3f4424a55ba8ed50c254a13858b24454f4182602",
"_shrinkwrap": null,
"_spec": "node-emoji@^0.1.0",
"_where": "/Users/dan/p/create-react-app/node_modules/marked-terminal",
"author": {
"email": "daniel.bugl@touchlay.com",
"name": "Daniel Bugl"
},
"bugs": {
"url": "https://github.com/omnidan/node-emoji/issues"
},
"dependencies": {},
"description": "simple emoji support for node.js projects",
"devDependencies": {
"should": "^3.2.0"
},
"directories": {},
"dist": {
"shasum": "3f4424a55ba8ed50c254a13858b24454f4182602",
"tarball": "https://registry.npmjs.org/node-emoji/-/node-emoji-0.1.0.tgz"
},
"gitHead": "a7591b65091d724594eb88f5edb1f334c4fe0879",
"homepage": "https://github.com/omnidan/node-emoji",
"keywords": [
"emoji",
"emojis",
"emoticon",
"emoticons",
"ideogram",
"ideograms",
"simple",
"smiley",
"smileys",
"smilies"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "omnidan",
"email": "daniel.bugl@touchlay.com"
}
],
"name": "node-emoji",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/omnidan/node-emoji.git"
},
"scripts": {
"emojiparse": "node lib/emojiparse.js",
"test": "mocha --require should --bail --reporter spec test/*"
},
"version": "0.1.0"
}