react-scripts
Version:
Configuration and scripts for Create React App.
98 lines (97 loc) • 2.78 kB
JSON
{
"_args": [
[
{
"raw": "string.prototype.codepointat@^0.2.0",
"scope": null,
"escapedName": "string.prototype.codepointat",
"name": "string.prototype.codepointat",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/node-emoji"
]
],
"_from": "string.prototype.codepointat@>=0.2.0 <0.3.0",
"_id": "string.prototype.codepointat@0.2.0",
"_inCache": true,
"_location": "/string.prototype.codepointat",
"_npmUser": {
"name": "mathias",
"email": "mathias@qiwi.be"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
"raw": "string.prototype.codepointat@^0.2.0",
"scope": null,
"escapedName": "string.prototype.codepointat",
"name": "string.prototype.codepointat",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/node-emoji"
],
"_resolved": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz",
"_shasum": "6b26e9bd3afcaa7be3b4269b526de1b82000ac78",
"_shrinkwrap": null,
"_spec": "string.prototype.codepointat@^0.2.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/node-emoji",
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"bugs": {
"url": "https://github.com/mathiasbynens/String.prototype.codePointAt/issues"
},
"dependencies": {},
"description": "A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.",
"devDependencies": {},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "6b26e9bd3afcaa7be3b4269b526de1b82000ac78",
"tarball": "https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz"
},
"files": [
"LICENSE-MIT.txt",
"codepointat.js"
],
"homepage": "http://mths.be/codepointat",
"keywords": [
"string",
"unicode",
"es6",
"ecmascript",
"polyfill"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"main": "codepointat.js",
"maintainers": [
{
"name": "mathias",
"email": "mathias@qiwi.be"
}
],
"name": "string.prototype.codepointat",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/String.prototype.codePointAt.git"
},
"scripts": {
"cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
"test": "node tests/tests.js"
},
"version": "0.2.0"
}