notes/node_modules/synesthesia/package.json

103 lines
2.5 KiB
JSON

{
"_args": [
[
"synesthesia@^1.0.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/pipetteur"
]
],
"_from": "synesthesia@>=1.0.1 <2.0.0",
"_id": "synesthesia@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/synesthesia",
"_nodeVersion": "4.4.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/synesthesia-1.0.1.tgz_1459603341285_0.7879380770027637"
},
"_npmUser": {
"email": "munter@fumle.dk",
"name": "munter"
},
"_npmVersion": "2.14.20",
"_phantomChildren": {},
"_requested": {
"name": "synesthesia",
"raw": "synesthesia@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/pipetteur"
],
"_resolved": "https://registry.npmjs.org/synesthesia/-/synesthesia-1.0.1.tgz",
"_shasum": "5ef95ea548c0d5c6e6f9bb4b0d0731dff864a777",
"_shrinkwrap": null,
"_spec": "synesthesia@^1.0.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/pipetteur",
"author": {
"email": "munter@fumle.dk",
"name": "Peter Müller"
},
"bugs": {
"url": "https://github.com/Munter/synesthesia/issues"
},
"dependencies": {
"css-color-names": "0.0.3"
},
"description": "A collection of regular expressions to match color syntax substrings from a text",
"devDependencies": {
"coveralls": "2.11.9",
"istanbul": "0.4.2",
"jshint": "2.9.1",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"unexpected": "10.11.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "5ef95ea548c0d5c6e6f9bb4b0d0731dff864a777",
"tarball": "https://registry.npmjs.org/synesthesia/-/synesthesia-1.0.1.tgz"
},
"files": [
"lib"
],
"gitHead": "aa643e321fc6127a5c1da6f33f39d66bcaf66f37",
"homepage": "https://github.com/Munter/synesthesia",
"keywords": [
"color",
"css",
"html",
"match",
"regex",
"regexp",
"substring",
"syntax"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "munter",
"email": "munter@fumle.dk"
}
],
"name": "synesthesia",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Munter/synesthesia.git"
},
"scripts": {
"lint": "jshint .",
"test": "npm run lint && mocha",
"travis": "npm run lint && istanbul cover _mocha"
},
"version": "1.0.1"
}