123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- {
- "raw": "fuzzaldrin@^2.1.0",
- "scope": null,
- "escapedName": "fuzzaldrin",
- "name": "fuzzaldrin",
- "rawSpec": "^2.1.0",
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views"
- ]
- ],
- "_from": "fuzzaldrin@>=2.1.0 <3.0.0",
- "_id": "[email protected]",
- "_inCache": true,
- "_location": "/fuzzaldrin",
- "_npmUser": {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- "_npmVersion": "1.4.4",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fuzzaldrin@^2.1.0",
- "scope": null,
- "escapedName": "fuzzaldrin",
- "name": "fuzzaldrin",
- "rawSpec": "^2.1.0",
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/atom-space-pen-views"
- ],
- "_resolved": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz",
- "_shasum": "90204c3e2fdaa6941bb28d16645d418063a90e9b",
- "_shrinkwrap": null,
- "_spec": "fuzzaldrin@^2.1.0",
- "_where": "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views",
- "bugs": {
- "url": "https://github.com/atom/fuzzaldrin/issues"
- },
- "dependencies": {},
- "description": "Fuzzy filtering and string scoring",
- "devDependencies": {
- "coffee-script": "~1.7",
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.8",
- "grunt-coffeelint": "0.0.6",
- "grunt-contrib-coffee": "~0.9.0",
- "grunt-shell": "~0.2.2",
- "jasmine-focused": "1.x"
- },
- "directories": {},
- "dist": {
- "shasum": "90204c3e2fdaa6941bb28d16645d418063a90e9b",
- "tarball": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz"
- },
- "homepage": "http://atom.github.io/fuzzaldrin",
- "keywords": [
- "fuzzy",
- "filter",
- "stringscore"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/atom/fuzzaldrin/raw/master/LICENSE.md"
- }
- ],
- "main": "./lib/fuzzaldrin.js",
- "maintainers": [
- {
- "name": "kevinsawicki",
- "email": "[email protected]"
- },
- {
- "name": "probablycorey",
- "email": "[email protected]"
- },
- {
- "name": "nathansobo",
- "email": "[email protected]"
- },
- {
- "name": "benogle",
- "email": "[email protected]"
- }
- ],
- "name": "fuzzaldrin",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/atom/fuzzaldrin.git"
- },
- "scripts": {
- "benchmark": "coffee benchmark/benchmark.coffee",
- "prepublish": "grunt prepublish",
- "test": "grunt test"
- },
- "version": "2.1.0"
- }
|