UNPKG

findex

Version:

Indexes locations of functions inside a project by the md5 hash of the function string to find them later.

83 lines (82 loc) 2.02 kB
{ "name": "findex", "version": "0.2.3", "description": "Indexes locations of functions inside a project by the md5 hash of the function string to find them later.", "main": "index.js", "browser": "browser.js", "scripts": { "test-main": "set -e; for t in test/*.js; do node $t; done", "test-0.8": "nave use 0.8 npm run test-main", "test-0.10": "nave use 0.10 npm run test-main", "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run tape", "test": "npm run test-main", "test-xvfb": "xvfb-run ./node_modules/.bin/testling", "tape-dev": "nodemon ./test/browser/dev-server.js", "tape": "testling -x open" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/findex.git" }, "homepage": "https://github.com/thlorenz/findex", "dependencies": { "esprima": "~1.0.3", "JSONSelect": "~0.4.0", "readdirp": "~0.3.1", "unique-concat": "~0.1.3" }, "devDependencies": { "nave": "~0.4.3", "tap": "~0.4.3", "tape": "~1.0.4", "mold-source-map": "~0.2.0", "browserify": "~2.25.0", "brfs": "0.0.6", "ecstatic": "~0.4.5", "nodemon": "~0.7.8", "testling": "~1.5.1" }, "keywords": [ "index", "find", "locate", "location", "function", "file", "line", "lineNumber" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/findex/blob/master/LICENSE" }, "engine": { "node": ">=0.6" }, "browserify": { "transform": [ "brfs" ] }, "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] } }