mirror of
https://github.com/thangisme/notes.git
synced 2026-06-15 08:30:14 -04:00
Initial commit
This commit is contained in:
85
node_modules/specificity/package.json
generated
vendored
Normal file
85
node_modules/specificity/package.json
generated
vendored
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"specificity@^0.3.0",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "specificity@>=0.3.0 <0.4.0",
|
||||
"_id": "specificity@0.3.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/specificity",
|
||||
"_nodeVersion": "4.3.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-16-east.internal.npmjs.com",
|
||||
"tmp": "tmp/specificity-0.3.0.tgz_1475708134793_0.47068643709644675"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "keeganstreet@gmail.com",
|
||||
"name": "keeganstreet"
|
||||
},
|
||||
"_npmVersion": "2.14.12",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "specificity",
|
||||
"raw": "specificity@^0.3.0",
|
||||
"rawSpec": "^0.3.0",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.0 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/stylelint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/specificity/-/specificity-0.3.0.tgz",
|
||||
"_shasum": "332472d4e5eb5af20821171933998a6bc3b1ce6f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "specificity@^0.3.0",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"name": "Keegan Street",
|
||||
"url": "http://keegan.st"
|
||||
},
|
||||
"bin": {
|
||||
"specificity": "./bin/specificity"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/keeganstreet/specificity/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Calculate the specificity of a CSS selector",
|
||||
"devDependencies": {
|
||||
"mocha": "2.5.x"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "332472d4e5eb5af20821171933998a6bc3b1ce6f",
|
||||
"tarball": "https://registry.npmjs.org/specificity/-/specificity-0.3.0.tgz"
|
||||
},
|
||||
"gitHead": "2ab18ea19c4c1a7d700d9f0183349331bb5ac6da",
|
||||
"homepage": "https://github.com/keeganstreet/specificity",
|
||||
"keywords": [
|
||||
"CSS",
|
||||
"specificity"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "specificity",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "keeganstreet",
|
||||
"email": "keeganstreet@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "specificity",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/keeganstreet/specificity.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js"
|
||||
},
|
||||
"version": "0.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user