mirror of
https://github.com/thangisme/notes.git
synced 2026-06-16 14:19:58 -04:00
Initial commit
This commit is contained in:
100
node_modules/pipetteur/package.json
generated
vendored
Normal file
100
node_modules/pipetteur/package.json
generated
vendored
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"pipetteur@^2.0.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard"
|
||||
]
|
||||
],
|
||||
"_from": "pipetteur@>=2.0.0 <3.0.0",
|
||||
"_id": "pipetteur@2.0.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/pipetteur",
|
||||
"_nodeVersion": "4.4.4",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/pipetteur-2.0.3.tgz_1465991578021_0.3095195039641112"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "munter@fumle.dk",
|
||||
"name": "munter"
|
||||
},
|
||||
"_npmVersion": "3.9.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "pipetteur",
|
||||
"raw": "pipetteur@^2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/colorguard"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pipetteur/-/pipetteur-2.0.3.tgz",
|
||||
"_shasum": "1955760959e8d1a11cb2a50ec83eec470633e49f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "pipetteur@^2.0.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard",
|
||||
"author": {
|
||||
"email": "munter@fumle.dk",
|
||||
"name": "Peter Müller"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Munter/pipetteur/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"onecolor": "^3.0.4",
|
||||
"synesthesia": "^1.0.1"
|
||||
},
|
||||
"description": "A function to extract any colors from a string",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.9",
|
||||
"istanbul": "^0.4.3",
|
||||
"jshint": "^2.9.2",
|
||||
"mocha": "^2.5.3",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"unexpected": "^10.13.3"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "1955760959e8d1a11cb2a50ec83eec470633e49f",
|
||||
"tarball": "https://registry.npmjs.org/pipetteur/-/pipetteur-2.0.3.tgz"
|
||||
},
|
||||
"gitHead": "c7c66bb8c023721628dbaccaa6f294157fdc4226",
|
||||
"homepage": "https://github.com/Munter/pipetteur",
|
||||
"keywords": [
|
||||
"color",
|
||||
"extract",
|
||||
"hex",
|
||||
"hsl",
|
||||
"hsv",
|
||||
"match",
|
||||
"names",
|
||||
"rbg",
|
||||
"string"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "pipetteur.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "munter",
|
||||
"email": "munter@fumle.dk"
|
||||
}
|
||||
],
|
||||
"name": "pipetteur",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Munter/pipetteur.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha -- --reporter dot",
|
||||
"lint": "jshint .",
|
||||
"test": "npm run lint && mocha",
|
||||
"travis": "npm run lint && npm run coverage"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user