123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- {
- "raw": "redeyed@~0.4.0",
- "scope": null,
- "escapedName": "redeyed",
- "name": "redeyed",
- "rawSpec": "~0.4.0",
- "spec": ">=0.4.0 <0.5.0",
- "type": "range"
- },
- "/data/feimat/test_yali/liveserver/node_modules/cardinal"
- ]
- ],
- "_from": "redeyed@>=0.4.0 <0.5.0",
- "_id": "redeyed@0.4.4",
- "_inCache": true,
- "_location": "/redeyed",
- "_npmUser": {
- "name": "thlorenz",
- "email": "thlorenz@gmx.de"
- },
- "_npmVersion": "1.3.22",
- "_phantomChildren": {},
- "_requested": {
- "raw": "redeyed@~0.4.0",
- "scope": null,
- "escapedName": "redeyed",
- "name": "redeyed",
- "rawSpec": "~0.4.0",
- "spec": ">=0.4.0 <0.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/cardinal"
- ],
- "_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
- "_shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
- "_shrinkwrap": null,
- "_spec": "redeyed@~0.4.0",
- "_where": "/data/feimat/test_yali/liveserver/node_modules/cardinal",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "thlorenz.com"
- },
- "bugs": {
- "url": "https://github.com/thlorenz/redeyed/issues"
- },
- "dependencies": {
- "esprima": "~1.0.4"
- },
- "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
- "devDependencies": {
- "cardinal": "~0.4.4",
- "readdirp": "~0.3.3",
- "tap": "~0.4.8"
- },
- "directories": {},
- "dist": {
- "shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
- "tarball": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz"
- },
- "homepage": "https://github.com/thlorenz/redeyed",
- "keywords": [
- "ast",
- "syntax",
- "tree",
- "source",
- "wrap",
- "metadata"
- ],
- "license": "MIT",
- "main": "redeyed.js",
- "maintainers": [
- {
- "name": "thlorenz",
- "email": "thlorenz@gmx.de"
- }
- ],
- "name": "redeyed",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/redeyed.git"
- },
- "scripts": {
- "demo": "cd examples/browser; open index.html",
- "demo-log": "node examples/replace-log",
- "test": "tap test/*.js"
- },
- "version": "0.4.4"
- }
|