Files
probot.github.io/node_modules/primer-truncate/package.json
2017-07-03 16:17:14 -05:00

73 lines
1.8 KiB
JSON

{
"_from": "primer-truncate@^1.0.1",
"_id": "primer-truncate@1.0.1",
"_inBundle": false,
"_integrity": "sha1-NrliBrEbyQ1EKLjqkPmlOxqSq88=",
"_location": "/primer-truncate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "primer-truncate@^1.0.1",
"name": "primer-truncate",
"escapedName": "primer-truncate",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/primer-core",
"/primer-css"
],
"_resolved": "https://registry.npmjs.org/primer-truncate/-/primer-truncate-1.0.1.tgz",
"_shasum": "36b96206b11bc90d4428b8ea90f9a53b1a92abcf",
"_spec": "primer-truncate@^1.0.1",
"_where": "/Users/bkeepers/projects/probot/probot.github.io/node_modules/primer-css",
"author": {
"name": "GitHub, Inc."
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"bundleDependencies": false,
"dependencies": {
"primer-support": "^4.0.6"
},
"deprecated": false,
"description": "Shorten text with an ellipsis.",
"devDependencies": {
"primer-module-build": "*",
"stylelint": "*",
"stylelint-config-primer": "*"
},
"files": [
"index.scss",
"lib",
"build"
],
"homepage": "http://primercss.io/",
"keywords": [
"primer",
"css",
"github",
"primercss",
"truncate",
"ellipsis",
"text"
],
"license": "MIT",
"main": "build/index.js",
"name": "primer-truncate",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css/tree/master/packages/primer-truncate"
},
"scripts": {
"build": "primer-module-build index.scss",
"prepare": "npm run build",
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
},
"style": "index.scss",
"version": "1.0.1"
}