You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/ruglify/package.json

98 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "ruglify@~1.0.0",
"scope": null,
"escapedName": "ruglify",
"name": "ruglify",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/umd"
]
],
"_from": "ruglify@>=1.0.0 <1.1.0",
"_id": "ruglify@1.0.0",
"_inCache": true,
"_location": "/ruglify",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "1.2.10",
"_phantomChildren": {
"optimist": "0.3.7",
"source-map": "0.1.43"
},
"_requested": {
"raw": "ruglify@~1.0.0",
"scope": null,
"escapedName": "ruglify",
"name": "ruglify",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/umd"
],
"_resolved": "https://registry.npmjs.org/ruglify/-/ruglify-1.0.0.tgz",
"_shasum": "dc8930e2a9544a274301cc9972574c0d0986b675",
"_shrinkwrap": null,
"_spec": "ruglify@~1.0.0",
"_where": "/Users/MB/git/pdfkit/node_modules/umd",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/ruglify/issues"
},
"dependencies": {
"rfile": "~1.0",
"uglify-js": "~2.2"
},
"description": "'Require' minified JavaScript as a string",
"devDependencies": {
"mocha": "~1.8"
},
"directories": {},
"dist": {
"shasum": "dc8930e2a9544a274301cc9972574c0d0986b675",
"tarball": "https://registry.npmjs.org/ruglify/-/ruglify-1.0.0.tgz"
},
"homepage": "https://github.com/ForbesLindesay/ruglify#readme",
"keywords": [
"require",
"file",
"text",
"relative",
"module",
"javascript",
"uglify",
"minify",
"compress",
"string"
],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
}
],
"name": "ruglify",
"optionalDependencies": {},
"readme": "# ruglify\r\n\r\n[![Build Status](https://secure.travis-ci.org/ForbesLindesay/ruglify.png)](http://travis-ci.org/ForbesLindesay/ruglify)\r\n[![Dependency Status](https://gemnasium.com/ForbesLindesay/ruglify.png)](https://gemnasium.com/ForbesLindesay/ruglify)\r\n\r\n\"Require\" minified JavaScript as a string\r\n\r\n## Installation\r\n\r\n```\r\nnpm install ruglify\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nvar ruglify = require('ruglify');\r\nvar minifiedJQuery = ruglify('./jquery.js');\r\nconsole.log(minifiedJQuery);\r\n```\r\n\r\nUses the same resolution algorithm as require for maximum simplicity. Built on top of [rfile](https://github.com/ForbesLindesay/rfile).\r\n\r\n## License\r\n\r\n MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/ruglify.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.0.0"
}